Shades of Golden Brown #8E7108
Tints of Golden Brown #8E7108
RGB
CMYK
RGB Variations
Color information
#8E7108 (or 0x8E7108) is known color: Golden Brown. HEX triplet: 8E, 71 and 08. RGB value is (142,113,8). Sum of RGB (Red+Green+Blue) = 142+113+8=263 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.99% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7108 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7108 is #718EF7. Grayscale: #6E6E6E. Windows color (decimal): -7442168 or 553358. OLE color: 553358.
HSL color Cylindrical-coordinate representation of color #8E7108: hue angle of 47.01º 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 #8E7108 is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 113 | 8 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.44 |
| HSL | 47.01º | 0.89% | 0.29% | - |
| HSV(B) | 47.01º | 0.94% | 0.56% | - |
| XYZ | 17.1 | 17.58 | 2.72 | - |
| YUV | 109.7 | 70.61 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 113 | 8 | 0 | 0.20 | 0.94 | 0.44 | 47.01 | 0.89 | 0.29 |
| Hex | 8E | 71 | 8 | 0 | 14 | 5E | 2C | 2F | 59 | 1D |
| Octal | 216 | 161 | 10 | 0 | 24 | 136 | 54 | 57 | 131 | 35 |
| Binary | 10001110 | 1110001 | 1000 | 0 | 10100 | 1011110 | 101100 | 101111 | 1011001 | 11101 |
Color Harmonies of #8E7108
Complementary color
Monochromatic Colors of #8E7108
Black with #8E7108
Text Example
Text Example
White with #8E7108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7108; }
p { color: rgb(142,113,8); }
H1.HeaderClassName
{
color: #8E7108;
}
.AnyTagClassName
{
color: #8E7108;
}
</style>
background-color css
<style>
a { background-color: #8E7108; }
a { background-color: rgb(142,113,8); }
div.DivClassName
{
background-color: #8E7108;
}
.BgClassName
{
background-color: #8E7108;
}
</style>
border-color css
<style>
span { border-color: #8E7108; }
span { border-color: rgb(142,113,8); }
td.TdClassName
{
border-color: #8E7108;
}
.TagClassName
{
border-color: #8E7108;
}
</style>