Shades of Golden Brown #8E700C
Tints of Golden Brown #8E700C
RGB
CMYK
RGB Variations
Color information
#8E700C (or 0x8E700C) is known color: Golden Brown. HEX triplet: 8E, 70 and 0C. RGB value is (142,112,12). Sum of RGB (Red+Green+Blue) = 142+112+12=266 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.38% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 142 - color contains mainly: red. Hex color #8E700C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E700C is #718FF3. Grayscale: #6E6E6E. Windows color (decimal): -7442420 or 815246. OLE color: 815246.
HSL color Cylindrical-coordinate representation of color #8E700C: hue angle of 46.15º 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 #8E700C is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 112 | 12 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.44 |
| HSL | 46.15º | 0.84% | 0.3% | - |
| HSV(B) | 46.15º | 0.92% | 0.56% | - |
| XYZ | 17.02 | 17.37 | 2.8 | - |
| YUV | 109.57 | 72.94 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 112 | 12 | 0 | 0.21 | 0.92 | 0.44 | 46.15 | 0.84 | 0.3 |
| Hex | 8E | 70 | C | 0 | 15 | 5C | 2C | 2E | 54 | 1E |
| Octal | 216 | 160 | 14 | 0 | 25 | 134 | 54 | 56 | 124 | 36 |
| Binary | 10001110 | 1110000 | 1100 | 0 | 10101 | 1011100 | 101100 | 101110 | 1010100 | 11110 |
Color Harmonies of #8E700C
Complementary color
Monochromatic Colors of #8E700C
Black with #8E700C
Text Example
Text Example
White with #8E700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E700C; }
p { color: rgb(142,112,12); }
H1.HeaderClassName
{
color: #8E700C;
}
.AnyTagClassName
{
color: #8E700C;
}
</style>
background-color css
<style>
a { background-color: #8E700C; }
a { background-color: rgb(142,112,12); }
div.DivClassName
{
background-color: #8E700C;
}
.BgClassName
{
background-color: #8E700C;
}
</style>
border-color css
<style>
span { border-color: #8E700C; }
span { border-color: rgb(142,112,12); }
td.TdClassName
{
border-color: #8E700C;
}
.TagClassName
{
border-color: #8E700C;
}
</style>