Shades of Golden Brown #8E740C
Tints of Golden Brown #8E740C
RGB
CMYK
RGB Variations
Color information
#8E740C (or 0x8E740C) is known color: Golden Brown. HEX triplet: 8E, 74 and 0C. RGB value is (142,116,12). Sum of RGB (Red+Green+Blue) = 142+116+12=270 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.59% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 142 - color contains mainly: red. Hex color #8E740C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E740C is #718BF3. Grayscale: #707070. Windows color (decimal): -7441396 or 816270. OLE color: 816270.
HSL color Cylindrical-coordinate representation of color #8E740C: hue angle of 48º 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 #8E740C is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 116 | 12 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.44 |
| HSL | 48º | 0.84% | 0.3% | - |
| HSV(B) | 48º | 0.92% | 0.56% | - |
| XYZ | 17.47 | 18.27 | 2.95 | - |
| YUV | 111.92 | 71.61 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 116 | 12 | 0 | 0.18 | 0.92 | 0.44 | 48 | 0.84 | 0.3 |
| Hex | 8E | 74 | C | 0 | 12 | 5C | 2C | 30 | 54 | 1E |
| Octal | 216 | 164 | 14 | 0 | 22 | 134 | 54 | 60 | 124 | 36 |
| Binary | 10001110 | 1110100 | 1100 | 0 | 10010 | 1011100 | 101100 | 110000 | 1010100 | 11110 |
Color Harmonies of #8E740C
Complementary color
Monochromatic Colors of #8E740C
Black with #8E740C
Text Example
Text Example
White with #8E740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E740C; }
p { color: rgb(142,116,12); }
H1.HeaderClassName
{
color: #8E740C;
}
.AnyTagClassName
{
color: #8E740C;
}
</style>
background-color css
<style>
a { background-color: #8E740C; }
a { background-color: rgb(142,116,12); }
div.DivClassName
{
background-color: #8E740C;
}
.BgClassName
{
background-color: #8E740C;
}
</style>
border-color css
<style>
span { border-color: #8E740C; }
span { border-color: rgb(142,116,12); }
td.TdClassName
{
border-color: #8E740C;
}
.TagClassName
{
border-color: #8E740C;
}
</style>