Shades of Sorrell Brown #9E805F
Tints of Sorrell Brown #9E805F
RGB
CMYK
RGB Variations
Color information
#9E805F (or 0x9E805F) is known color: Sorrell Brown. HEX triplet: 9E, 80 and 5F. RGB value is (158,128,95). Sum of RGB (Red+Green+Blue) = 158+128+95=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 158 - color contains mainly: red. Hex color #9E805F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E805F is #617FA0. Grayscale: #858585. Windows color (decimal): -6389665 or 6258846. OLE color: 6258846.
HSL color Cylindrical-coordinate representation of color #9E805F: hue angle of 31.43º 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 #9E805F is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 128 | 95 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.38 |
| HSL | 31.43º | 0.25% | 0.5% | - |
| HSV(B) | 31.43º | 0.4% | 0.62% | - |
| XYZ | 23.89 | 23.53 | 14.11 | - |
| YUV | 133.21 | 106.44 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 128 | 95 | 0 | 0.19 | 0.40 | 0.38 | 31.43 | 0.25 | 0.5 |
| Hex | 9E | 80 | 5F | 0 | 13 | 28 | 26 | 1F | 19 | 32 |
| Octal | 236 | 200 | 137 | 0 | 23 | 50 | 46 | 37 | 31 | 62 |
| Binary | 10011110 | 10000000 | 1011111 | 0 | 10011 | 101000 | 100110 | 11111 | 11001 | 110010 |
Color Harmonies of #9E805F
Complementary color
Monochromatic Colors of #9E805F
Black with #9E805F
Text Example
Text Example
White with #9E805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E805F; }
p { color: rgb(158,128,95); }
H1.HeaderClassName
{
color: #9E805F;
}
.AnyTagClassName
{
color: #9E805F;
}
</style>
background-color css
<style>
a { background-color: #9E805F; }
a { background-color: rgb(158,128,95); }
div.DivClassName
{
background-color: #9E805F;
}
.BgClassName
{
background-color: #9E805F;
}
</style>
border-color css
<style>
span { border-color: #9E805F; }
span { border-color: rgb(158,128,95); }
td.TdClassName
{
border-color: #9E805F;
}
.TagClassName
{
border-color: #9E805F;
}
</style>