Shades of Golden Brown #8E710C
Tints of Golden Brown #8E710C
RGB
CMYK
RGB Variations
Color information
#8E710C (or 0x8E710C) is known color: Golden Brown. HEX triplet: 8E, 71 and 0C. RGB value is (142,113,12). Sum of RGB (Red+Green+Blue) = 142+113+12=267 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.18% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 142 - color contains mainly: red. Hex color #8E710C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E710C is #718EF3. Grayscale: #6E6E6E. Windows color (decimal): -7442164 or 815502. OLE color: 815502.
HSL color Cylindrical-coordinate representation of color #8E710C: hue angle of 46.62º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E710C is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 113 | 12 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.44 |
| HSL | 46.62º | 0.84% | 0.3% | - |
| HSV(B) | 46.62º | 0.92% | 0.56% | - |
| XYZ | 17.13 | 17.59 | 2.84 | - |
| YUV | 110.16 | 72.61 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 113 | 12 | 0 | 0.20 | 0.92 | 0.44 | 46.62 | 0.84 | 0.3 |
| Hex | 8E | 71 | C | 0 | 14 | 5C | 2C | 2F | 54 | 1E |
| Octal | 216 | 161 | 14 | 0 | 24 | 134 | 54 | 57 | 124 | 36 |
| Binary | 10001110 | 1110001 | 1100 | 0 | 10100 | 1011100 | 101100 | 101111 | 1010100 | 11110 |
Color Harmonies of #8E710C
Complementary color
Monochromatic Colors of #8E710C
Black with #8E710C
Text Example
Text Example
White with #8E710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E710C; }
p { color: rgb(142,113,12); }
H1.HeaderClassName
{
color: #8E710C;
}
.AnyTagClassName
{
color: #8E710C;
}
</style>
background-color css
<style>
a { background-color: #8E710C; }
a { background-color: rgb(142,113,12); }
div.DivClassName
{
background-color: #8E710C;
}
.BgClassName
{
background-color: #8E710C;
}
</style>
border-color css
<style>
span { border-color: #8E710C; }
span { border-color: rgb(142,113,12); }
td.TdClassName
{
border-color: #8E710C;
}
.TagClassName
{
border-color: #8E710C;
}
</style>