#9F855F

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

Shades of Sorrell Brown #9F855F

Tints of Sorrell Brown #9F855F

Color information

#9F855F (or 0x9F855F) is unknown color: approx Sorrell Brown. HEX triplet: 9F, 85 and 5F. RGB value is (159,133,95). Sum of RGB (Red+Green+Blue) = 159+133+95=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F855F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F855F is #607AA0. Grayscale: #888888. Windows color (decimal): -6322849 or 6260127. OLE color: 6260127.

HSL color Cylindrical-coordinate representation of color #9F855F: hue angle of 35.63º 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 #9F855F is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB15913395-
CMYK00.160.400.38
HSL35.63º25.2%49.8%-
HSV(B)35.63º40.25%62.35%-
XYZ24.7524.9714.34-
YUV136.44104.61144.09-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.09%
GREEN value IS 133 (52.34% from 255) = 34.37%
BLUE value IS 95 (37.5% from 255) = 24.55%
R=41.09%
G=34.37%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591339500.160.400.3835.6325.249.8
Hex9F855F0102826241932
Octal2372051370205046443162
Binary1001111110000101101111101000010100010011010010011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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