Shades of Golden Brown #8C710A
Tints of Golden Brown #8C710A
RGB
CMYK
RGB Variations
Color information
#8C710A (or 0x8C710A) is known color: Golden Brown. HEX triplet: 8C, 71 and 0A. RGB value is (140,113,10). Sum of RGB (Red+Green+Blue) = 140+113+10=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C710A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C710A is #738EF5. Grayscale: #6D6D6D. Windows color (decimal): -7573238 or 684428. OLE color: 684428.
HSL color Cylindrical-coordinate representation of color #8C710A: hue angle of 47.54º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C710A is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 113 | 10 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.45 |
| HSL | 47.54º | 0.87% | 0.29% | - |
| HSV(B) | 47.54º | 0.93% | 0.55% | - |
| XYZ | 16.78 | 17.41 | 2.76 | - |
| YUV | 109.33 | 71.95 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 113 | 10 | 0 | 0.19 | 0.93 | 0.45 | 47.54 | 0.87 | 0.29 |
| Hex | 8C | 71 | A | 0 | 13 | 5D | 2D | 30 | 57 | 1D |
| Octal | 214 | 161 | 12 | 0 | 23 | 135 | 55 | 60 | 127 | 35 |
| Binary | 10001100 | 1110001 | 1010 | 0 | 10011 | 1011101 | 101101 | 110000 | 1010111 | 11101 |
Color Harmonies of #8C710A
Complementary color
Monochromatic Colors of #8C710A
Black with #8C710A
Text Example
Text Example
White with #8C710A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C710A; }
p { color: rgb(140,113,10); }
H1.HeaderClassName
{
color: #8C710A;
}
.AnyTagClassName
{
color: #8C710A;
}
</style>
background-color css
<style>
a { background-color: #8C710A; }
a { background-color: rgb(140,113,10); }
div.DivClassName
{
background-color: #8C710A;
}
.BgClassName
{
background-color: #8C710A;
}
</style>
border-color css
<style>
span { border-color: #8C710A; }
span { border-color: rgb(140,113,10); }
td.TdClassName
{
border-color: #8C710A;
}
.TagClassName
{
border-color: #8C710A;
}
</style>