Shades of Golden Brown #8E5603
Tints of Golden Brown #8E5603
RGB
CMYK
RGB Variations
Color information
#8E5603 (or 0x8E5603) is known color: Golden Brown. HEX triplet: 8E, 56 and 03. RGB value is (142,86,3). Sum of RGB (Red+Green+Blue) = 142+86+3=231 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.47% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5603 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5603 is #71A9FC. Grayscale: #5D5D5D. Windows color (decimal): -7449085 or 218766. OLE color: 218766.
HSL color Cylindrical-coordinate representation of color #8E5603: hue angle of 35.83º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E5603 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 86 | 3 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.44 |
| HSL | 35.83º | 0.96% | 0.28% | - |
| HSV(B) | 35.83º | 0.98% | 0.56% | - |
| XYZ | 14.5 | 12.41 | 1.72 | - |
| YUV | 93.28 | 77.05 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 86 | 3 | 0 | 0.39 | 0.98 | 0.44 | 35.83 | 0.96 | 0.28 |
| Hex | 8E | 56 | 3 | 0 | 27 | 62 | 2C | 24 | 60 | 1C |
| Octal | 216 | 126 | 3 | 0 | 47 | 142 | 54 | 44 | 140 | 34 |
| Binary | 10001110 | 1010110 | 11 | 0 | 100111 | 1100010 | 101100 | 100100 | 1100000 | 11100 |
Color Harmonies of #8E5603
Complementary color
Monochromatic Colors of #8E5603
Black with #8E5603
Text Example
Text Example
White with #8E5603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5603; }
p { color: rgb(142,86,3); }
H1.HeaderClassName
{
color: #8E5603;
}
.AnyTagClassName
{
color: #8E5603;
}
</style>
background-color css
<style>
a { background-color: #8E5603; }
a { background-color: rgb(142,86,3); }
div.DivClassName
{
background-color: #8E5603;
}
.BgClassName
{
background-color: #8E5603;
}
</style>
border-color css
<style>
span { border-color: #8E5603; }
span { border-color: rgb(142,86,3); }
td.TdClassName
{
border-color: #8E5603;
}
.TagClassName
{
border-color: #8E5603;
}
</style>