#9F845F

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

Shades of Sorrell Brown #9F845F

Tints of Sorrell Brown #9F845F

Color information

#9F845F (or 0x9F845F) is unknown color: approx Sorrell Brown. HEX triplet: 9F, 84 and 5F. RGB value is (159,132,95). Sum of RGB (Red+Green+Blue) = 159+132+95=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F845F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F845F is #607BA0. Grayscale: #888888. Windows color (decimal): -6323105 or 6259871. OLE color: 6259871.

HSL color Cylindrical-coordinate representation of color #9F845F: hue angle of 34.69º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F845F is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB15913295-
CMYK00.170.400.38
HSL34.69º25.2%49.8%-
HSV(B)34.69º40.25%62.35%-
XYZ24.6124.714.3-
YUV135.85104.95144.51-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.19%
GREEN value IS 132 (51.95% from 255) = 34.20%
BLUE value IS 95 (37.5% from 255) = 24.61%
R=41.19%
G=34.20%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591329500.170.400.3834.6925.249.8
Hex9F845F0112826231932
Octal2372041370215046433162
Binary1001111110000100101111101000110100010011010001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,132,95); }

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

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

 a { background-color: rgb(159,132,95); }

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

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

 span { border-color: rgb(159,132,95); }

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