Shades of Sorrell Brown #9F885F
Tints of Sorrell Brown #9F885F
RGB
CMYK
RGB Variations
Color information
#9F885F (or 0x9F885F) is known color: Sorrell Brown. HEX triplet: 9F, 88 and 5F. RGB value is (159,136,95). Sum of RGB (Red+Green+Blue) = 159+136+95=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 95 (37.5% from 255 or 24.36% from 390); Max value from RGB is 159 - color contains mainly: red. Hex color #9F885F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F885F is #6077A0. Grayscale: #8A8A8A. Windows color (decimal): -6322081 or 6260895. OLE color: 6260895.
HSL color Cylindrical-coordinate representation of color #9F885F: hue angle of 38.44º 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 #9F885F is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 136 | 95 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.38 |
| HSL | 38.44º | 0.25% | 0.5% | - |
| HSV(B) | 38.44º | 0.4% | 0.62% | - |
| XYZ | 25.17 | 25.81 | 14.48 | - |
| YUV | 138.2 | 103.62 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 136 | 95 | 0 | 0.14 | 0.40 | 0.38 | 38.44 | 0.25 | 0.5 |
| Hex | 9F | 88 | 5F | 0 | E | 28 | 26 | 26 | 19 | 32 |
| Octal | 237 | 210 | 137 | 0 | 16 | 50 | 46 | 46 | 31 | 62 |
| Binary | 10011111 | 10001000 | 1011111 | 0 | 1110 | 101000 | 100110 | 100110 | 11001 | 110010 |
Color Harmonies of #9F885F
Complementary color
Monochromatic Colors of #9F885F
Black with #9F885F
Text Example
Text Example
White with #9F885F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F885F; }
p { color: rgb(159,136,95); }
H1.HeaderClassName
{
color: #9F885F;
}
.AnyTagClassName
{
color: #9F885F;
}
</style>
background-color css
<style>
a { background-color: #9F885F; }
a { background-color: rgb(159,136,95); }
div.DivClassName
{
background-color: #9F885F;
}
.BgClassName
{
background-color: #9F885F;
}
</style>
border-color css
<style>
span { border-color: #9F885F; }
span { border-color: rgb(159,136,95); }
td.TdClassName
{
border-color: #9F885F;
}
.TagClassName
{
border-color: #9F885F;
}
</style>