Shades of Golden Brown #8D6013
Tints of Golden Brown #8D6013
RGB
CMYK
RGB Variations
Color information
#8D6013 (or 0x8D6013) is known color: Golden Brown. HEX triplet: 8D, 60 and 13. RGB value is (141,96,19). Sum of RGB (Red+Green+Blue) = 141+96+19=256 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.08% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6013 is #729FEC. Grayscale: #656565. Windows color (decimal): -7512045 or 1269901. OLE color: 1269901.
HSL color Cylindrical-coordinate representation of color #8D6013: hue angle of 37.87º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D6013 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 96 | 19 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.45 |
| HSL | 37.87º | 0.76% | 0.31% | - |
| HSV(B) | 37.87º | 0.87% | 0.55% | - |
| XYZ | 15.28 | 14.08 | 2.53 | - |
| YUV | 100.68 | 81.91 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 96 | 19 | 0 | 0.32 | 0.87 | 0.45 | 37.87 | 0.76 | 0.31 |
| Hex | 8D | 60 | 13 | 0 | 20 | 57 | 2D | 26 | 4C | 1F |
| Octal | 215 | 140 | 23 | 0 | 40 | 127 | 55 | 46 | 114 | 37 |
| Binary | 10001101 | 1100000 | 10011 | 0 | 100000 | 1010111 | 101101 | 100110 | 1001100 | 11111 |
Color Harmonies of #8D6013
Complementary color
Monochromatic Colors of #8D6013
Black with #8D6013
Text Example
Text Example
White with #8D6013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6013; }
p { color: rgb(141,96,19); }
H1.HeaderClassName
{
color: #8D6013;
}
.AnyTagClassName
{
color: #8D6013;
}
</style>
background-color css
<style>
a { background-color: #8D6013; }
a { background-color: rgb(141,96,19); }
div.DivClassName
{
background-color: #8D6013;
}
.BgClassName
{
background-color: #8D6013;
}
</style>
border-color css
<style>
span { border-color: #8D6013; }
span { border-color: rgb(141,96,19); }
td.TdClassName
{
border-color: #8D6013;
}
.TagClassName
{
border-color: #8D6013;
}
</style>