Shades of Golden Brown #8E730C
Tints of Golden Brown #8E730C
RGB
CMYK
RGB Variations
Color information
#8E730C (or 0x8E730C) is known color: Golden Brown. HEX triplet: 8E, 73 and 0C. RGB value is (142,115,12). Sum of RGB (Red+Green+Blue) = 142+115+12=269 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.79% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 142 - color contains mainly: red. Hex color #8E730C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E730C is #718CF3. Grayscale: #6F6F6F. Windows color (decimal): -7441652 or 816014. OLE color: 816014.
HSL color Cylindrical-coordinate representation of color #8E730C: hue angle of 47.54º 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 #8E730C is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 115 | 12 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.44 |
| HSL | 47.54º | 0.84% | 0.3% | - |
| HSV(B) | 47.54º | 0.92% | 0.56% | - |
| XYZ | 17.35 | 18.04 | 2.92 | - |
| YUV | 111.33 | 71.95 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 115 | 12 | 0 | 0.19 | 0.92 | 0.44 | 47.54 | 0.84 | 0.3 |
| Hex | 8E | 73 | C | 0 | 13 | 5C | 2C | 30 | 54 | 1E |
| Octal | 216 | 163 | 14 | 0 | 23 | 134 | 54 | 60 | 124 | 36 |
| Binary | 10001110 | 1110011 | 1100 | 0 | 10011 | 1011100 | 101100 | 110000 | 1010100 | 11110 |
Color Harmonies of #8E730C
Complementary color
Monochromatic Colors of #8E730C
Black with #8E730C
Text Example
Text Example
White with #8E730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E730C; }
p { color: rgb(142,115,12); }
H1.HeaderClassName
{
color: #8E730C;
}
.AnyTagClassName
{
color: #8E730C;
}
</style>
background-color css
<style>
a { background-color: #8E730C; }
a { background-color: rgb(142,115,12); }
div.DivClassName
{
background-color: #8E730C;
}
.BgClassName
{
background-color: #8E730C;
}
</style>
border-color css
<style>
span { border-color: #8E730C; }
span { border-color: rgb(142,115,12); }
td.TdClassName
{
border-color: #8E730C;
}
.TagClassName
{
border-color: #8E730C;
}
</style>