Shades of Sorrell Brown #9E8262
Tints of Sorrell Brown #9E8262
RGB
CMYK
RGB Variations
Color information
#9E8262 (or 0x9E8262) is known color: Sorrell Brown. HEX triplet: 9E, 82 and 62. RGB value is (158,130,98). Sum of RGB (Red+Green+Blue) = 158+130+98=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8262 is #617D9D. Grayscale: #868686. Windows color (decimal): -6389150 or 6455966. OLE color: 6455966.
HSL color Cylindrical-coordinate representation of color #9E8262: hue angle of 32º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E8262 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 130 | 98 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.38 |
| HSL | 32º | 0.24% | 0.5% | - |
| HSV(B) | 32º | 0.38% | 0.62% | - |
| XYZ | 24.29 | 24.12 | 14.93 | - |
| YUV | 134.72 | 107.28 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 130 | 98 | 0 | 0.18 | 0.38 | 0.38 | 32 | 0.24 | 0.5 |
| Hex | 9E | 82 | 62 | 0 | 12 | 26 | 26 | 20 | 18 | 32 |
| Octal | 236 | 202 | 142 | 0 | 22 | 46 | 46 | 40 | 30 | 62 |
| Binary | 10011110 | 10000010 | 1100010 | 0 | 10010 | 100110 | 100110 | 100000 | 11000 | 110010 |
Color Harmonies of #9E8262
Complementary color
Monochromatic Colors of #9E8262
Black with #9E8262
Text Example
Text Example
White with #9E8262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8262; }
p { color: rgb(158,130,98); }
H1.HeaderClassName
{
color: #9E8262;
}
.AnyTagClassName
{
color: #9E8262;
}
</style>
background-color css
<style>
a { background-color: #9E8262; }
a { background-color: rgb(158,130,98); }
div.DivClassName
{
background-color: #9E8262;
}
.BgClassName
{
background-color: #9E8262;
}
</style>
border-color css
<style>
span { border-color: #9E8262; }
span { border-color: rgb(158,130,98); }
td.TdClassName
{
border-color: #9E8262;
}
.TagClassName
{
border-color: #9E8262;
}
</style>