Shades of Golden Brown #8D700A
Tints of Golden Brown #8D700A
RGB
CMYK
RGB Variations
Color information
#8D700A (or 0x8D700A) is known color: Golden Brown. HEX triplet: 8D, 70 and 0A. RGB value is (141,112,10). Sum of RGB (Red+Green+Blue) = 141+112+10=263 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.61% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 141 - color contains mainly: red. Hex color #8D700A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D700A is #728FF5. Grayscale: #6D6D6D. Windows color (decimal): -7507958 or 684173. OLE color: 684173.
HSL color Cylindrical-coordinate representation of color #8D700A: hue angle of 46.72º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D700A is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 112 | 10 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.45 |
| HSL | 46.72º | 0.87% | 0.3% | - |
| HSV(B) | 46.72º | 0.93% | 0.55% | - |
| XYZ | 16.83 | 17.27 | 2.73 | - |
| YUV | 109.04 | 72.11 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 112 | 10 | 0 | 0.21 | 0.93 | 0.45 | 46.72 | 0.87 | 0.3 |
| Hex | 8D | 70 | A | 0 | 15 | 5D | 2D | 2F | 57 | 1E |
| Octal | 215 | 160 | 12 | 0 | 25 | 135 | 55 | 57 | 127 | 36 |
| Binary | 10001101 | 1110000 | 1010 | 0 | 10101 | 1011101 | 101101 | 101111 | 1010111 | 11110 |
Color Harmonies of #8D700A
Complementary color
Monochromatic Colors of #8D700A
Black with #8D700A
Text Example
Text Example
White with #8D700A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D700A; }
p { color: rgb(141,112,10); }
H1.HeaderClassName
{
color: #8D700A;
}
.AnyTagClassName
{
color: #8D700A;
}
</style>
background-color css
<style>
a { background-color: #8D700A; }
a { background-color: rgb(141,112,10); }
div.DivClassName
{
background-color: #8D700A;
}
.BgClassName
{
background-color: #8D700A;
}
</style>
border-color css
<style>
span { border-color: #8D700A; }
span { border-color: rgb(141,112,10); }
td.TdClassName
{
border-color: #8D700A;
}
.TagClassName
{
border-color: #8D700A;
}
</style>