Shades of Golden Brown #8D710D
Tints of Golden Brown #8D710D
RGB
CMYK
RGB Variations
Color information
#8D710D (or 0x8D710D) is known color: Golden Brown. HEX triplet: 8D, 71 and 0D. RGB value is (141,113,13). Sum of RGB (Red+Green+Blue) = 141+113+13=267 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.81% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 141 - color contains mainly: red. Hex color #8D710D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D710D is #728EF2. Grayscale: #6E6E6E. Windows color (decimal): -7507699 or 881037. OLE color: 881037.
HSL color Cylindrical-coordinate representation of color #8D710D: hue angle of 46.88º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D710D is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 113 | 13 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.45 |
| HSL | 46.88º | 0.83% | 0.3% | - |
| HSV(B) | 46.88º | 0.91% | 0.55% | - |
| XYZ | 16.96 | 17.5 | 2.86 | - |
| YUV | 109.97 | 73.28 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 113 | 13 | 0 | 0.20 | 0.91 | 0.45 | 46.88 | 0.83 | 0.3 |
| Hex | 8D | 71 | D | 0 | 14 | 5B | 2D | 2F | 53 | 1E |
| Octal | 215 | 161 | 15 | 0 | 24 | 133 | 55 | 57 | 123 | 36 |
| Binary | 10001101 | 1110001 | 1101 | 0 | 10100 | 1011011 | 101101 | 101111 | 1010011 | 11110 |
Color Harmonies of #8D710D
Complementary color
Monochromatic Colors of #8D710D
Black with #8D710D
Text Example
Text Example
White with #8D710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D710D; }
p { color: rgb(141,113,13); }
H1.HeaderClassName
{
color: #8D710D;
}
.AnyTagClassName
{
color: #8D710D;
}
</style>
background-color css
<style>
a { background-color: #8D710D; }
a { background-color: rgb(141,113,13); }
div.DivClassName
{
background-color: #8D710D;
}
.BgClassName
{
background-color: #8D710D;
}
</style>
border-color css
<style>
span { border-color: #8D710D; }
span { border-color: rgb(141,113,13); }
td.TdClassName
{
border-color: #8D710D;
}
.TagClassName
{
border-color: #8D710D;
}
</style>