#9F7349

Color #9F7349 Pale Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Brown #9F7349

Tints of Pale Brown #9F7349

Color information

#9F7349 (or 0x9F7349) is unknown color: approx Pale Brown. HEX triplet: 9F, 73 and 49. RGB value is (159,115,73). Sum of RGB (Red+Green+Blue) = 159+115+73=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7349 is #608CB6. Grayscale: #7B7B7B. Windows color (decimal): -6327479 or 4813727. OLE color: 4813727.

HSL color Cylindrical-coordinate representation of color #9F7349: hue angle of 29.3º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F7349 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB15911573-
CMYK00.280.540.38
HSL29.3º37.07%45.49%-
HSV(B)29.3º54.09%62.35%-
XYZ21.6320.119.05-
YUV123.3799.58153.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 45.82%
GREEN value IS 115 (45.31% from 255) = 33.14%
BLUE value IS 73 (28.91% from 255) = 21.04%
R=45.82%
G=33.14%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591157300.280.540.3829.337.0745.49
Hex9F734901C36261d252d
Octal2371631110346646354555
Binary100111111110011100100101110011011010011011101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F7349; }

 p { color: rgb(159,115,73); }

 H1.HeaderClassName
 {
   color: #9F7349;
 }
 .AnyTagClassName
 {
   color: #9F7349;
 }
</style>
background-color css

<style>
 a { background-color: #9F7349; }

 a { background-color: rgb(159,115,73); }

 div.DivClassName
 {
   background-color: #9F7349;
 }
 .BgClassName
 {
   background-color: #9F7349;
 }
</style>
border-color css

<style>
 span { border-color: #9F7349; }

 span { border-color: rgb(159,115,73); }

 td.TdClassName
 {
   border-color: #9F7349;
 }
 .TagClassName
 {
   border-color: #9F7349;
 }
</style>