Shades of Golden Brown #8E5905
Tints of Golden Brown #8E5905
RGB
CMYK
RGB Variations
Color information
#8E5905 (or 0x8E5905) is known color: Golden Brown. HEX triplet: 8E, 59 and 05. RGB value is (142,89,5). Sum of RGB (Red+Green+Blue) = 142+89+5=236 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.17% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5905 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5905 is #71A6FA. Grayscale: #5F5F5F. Windows color (decimal): -7448315 or 350606. OLE color: 350606.
HSL color Cylindrical-coordinate representation of color #8E5905: hue angle of 36.79º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E5905 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 89 | 5 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.44 |
| HSL | 36.79º | 0.93% | 0.29% | - |
| HSV(B) | 36.79º | 0.96% | 0.56% | - |
| XYZ | 14.76 | 12.91 | 1.86 | - |
| YUV | 95.27 | 77.06 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 89 | 5 | 0 | 0.37 | 0.96 | 0.44 | 36.79 | 0.93 | 0.29 |
| Hex | 8E | 59 | 5 | 0 | 25 | 60 | 2C | 25 | 5D | 1D |
| Octal | 216 | 131 | 5 | 0 | 45 | 140 | 54 | 45 | 135 | 35 |
| Binary | 10001110 | 1011001 | 101 | 0 | 100101 | 1100000 | 101100 | 100101 | 1011101 | 11101 |
Color Harmonies of #8E5905
Complementary color
Monochromatic Colors of #8E5905
Black with #8E5905
Text Example
Text Example
White with #8E5905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5905; }
p { color: rgb(142,89,5); }
H1.HeaderClassName
{
color: #8E5905;
}
.AnyTagClassName
{
color: #8E5905;
}
</style>
background-color css
<style>
a { background-color: #8E5905; }
a { background-color: rgb(142,89,5); }
div.DivClassName
{
background-color: #8E5905;
}
.BgClassName
{
background-color: #8E5905;
}
</style>
border-color css
<style>
span { border-color: #8E5905; }
span { border-color: rgb(142,89,5); }
td.TdClassName
{
border-color: #8E5905;
}
.TagClassName
{
border-color: #8E5905;
}
</style>