Shades of Golden Brown #8E5608
Tints of Golden Brown #8E5608
RGB
CMYK
RGB Variations
Color information
#8E5608 (or 0x8E5608) is known color: Golden Brown. HEX triplet: 8E, 56 and 08. RGB value is (142,86,8). Sum of RGB (Red+Green+Blue) = 142+86+8=236 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.17% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5608 is #71A9F7. Grayscale: #5E5E5E. Windows color (decimal): -7449080 or 546446. OLE color: 546446.
HSL color Cylindrical-coordinate representation of color #8E5608: hue angle of 34.93º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E5608 is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 86 | 8 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.44 |
| HSL | 34.93º | 0.89% | 0.29% | - |
| HSV(B) | 34.93º | 0.94% | 0.56% | - |
| XYZ | 14.53 | 12.42 | 1.86 | - |
| YUV | 93.85 | 79.55 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 86 | 8 | 0 | 0.39 | 0.94 | 0.44 | 34.93 | 0.89 | 0.29 |
| Hex | 8E | 56 | 8 | 0 | 27 | 5E | 2C | 23 | 59 | 1D |
| Octal | 216 | 126 | 10 | 0 | 47 | 136 | 54 | 43 | 131 | 35 |
| Binary | 10001110 | 1010110 | 1000 | 0 | 100111 | 1011110 | 101100 | 100011 | 1011001 | 11101 |
Color Harmonies of #8E5608
Complementary color
Monochromatic Colors of #8E5608
Black with #8E5608
Text Example
Text Example
White with #8E5608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5608; }
p { color: rgb(142,86,8); }
H1.HeaderClassName
{
color: #8E5608;
}
.AnyTagClassName
{
color: #8E5608;
}
</style>
background-color css
<style>
a { background-color: #8E5608; }
a { background-color: rgb(142,86,8); }
div.DivClassName
{
background-color: #8E5608;
}
.BgClassName
{
background-color: #8E5608;
}
</style>
border-color css
<style>
span { border-color: #8E5608; }
span { border-color: rgb(142,86,8); }
td.TdClassName
{
border-color: #8E5608;
}
.TagClassName
{
border-color: #8E5608;
}
</style>