Shades of Golden Brown #8E5805
Tints of Golden Brown #8E5805
RGB
CMYK
RGB Variations
Color information
#8E5805 (or 0x8E5805) is known color: Golden Brown. HEX triplet: 8E, 58 and 05. RGB value is (142,88,5). Sum of RGB (Red+Green+Blue) = 142+88+5=235 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.43% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5805 is #71A7FA. Grayscale: #5F5F5F. Windows color (decimal): -7448571 or 350350. OLE color: 350350.
HSL color Cylindrical-coordinate representation of color #8E5805: hue angle of 36.35º 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 #8E5805 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 88 | 5 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.44 |
| HSL | 36.35º | 0.93% | 0.29% | - |
| HSV(B) | 36.35º | 0.96% | 0.56% | - |
| XYZ | 14.67 | 12.74 | 1.83 | - |
| YUV | 94.68 | 77.39 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 88 | 5 | 0 | 0.38 | 0.96 | 0.44 | 36.35 | 0.93 | 0.29 |
| Hex | 8E | 58 | 5 | 0 | 26 | 60 | 2C | 24 | 5D | 1D |
| Octal | 216 | 130 | 5 | 0 | 46 | 140 | 54 | 44 | 135 | 35 |
| Binary | 10001110 | 1011000 | 101 | 0 | 100110 | 1100000 | 101100 | 100100 | 1011101 | 11101 |
Color Harmonies of #8E5805
Complementary color
Monochromatic Colors of #8E5805
Black with #8E5805
Text Example
Text Example
White with #8E5805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5805; }
p { color: rgb(142,88,5); }
H1.HeaderClassName
{
color: #8E5805;
}
.AnyTagClassName
{
color: #8E5805;
}
</style>
background-color css
<style>
a { background-color: #8E5805; }
a { background-color: rgb(142,88,5); }
div.DivClassName
{
background-color: #8E5805;
}
.BgClassName
{
background-color: #8E5805;
}
</style>
border-color css
<style>
span { border-color: #8E5805; }
span { border-color: rgb(142,88,5); }
td.TdClassName
{
border-color: #8E5805;
}
.TagClassName
{
border-color: #8E5805;
}
</style>