Shades of Golden Brown #8D6210
Tints of Golden Brown #8D6210
RGB
CMYK
RGB Variations
Color information
#8D6210 (or 0x8D6210) is known color: Golden Brown. HEX triplet: 8D, 62 and 10. RGB value is (141,98,16). Sum of RGB (Red+Green+Blue) = 141+98+16=255 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.29% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6210 is #729DEF. Grayscale: #656565. Windows color (decimal): -7511536 or 1073805. OLE color: 1073805.
HSL color Cylindrical-coordinate representation of color #8D6210: hue angle of 39.36º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D6210 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 98 | 16 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.45 |
| HSL | 39.36º | 0.8% | 0.31% | - |
| HSV(B) | 39.36º | 0.89% | 0.55% | - |
| XYZ | 15.45 | 14.44 | 2.46 | - |
| YUV | 101.51 | 79.75 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 98 | 16 | 0 | 0.30 | 0.89 | 0.45 | 39.36 | 0.8 | 0.31 |
| Hex | 8D | 62 | 10 | 0 | 1E | 59 | 2D | 27 | 50 | 1F |
| Octal | 215 | 142 | 20 | 0 | 36 | 131 | 55 | 47 | 120 | 37 |
| Binary | 10001101 | 1100010 | 10000 | 0 | 11110 | 1011001 | 101101 | 100111 | 1010000 | 11111 |
Color Harmonies of #8D6210
Complementary color
Monochromatic Colors of #8D6210
Black with #8D6210
Text Example
Text Example
White with #8D6210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6210; }
p { color: rgb(141,98,16); }
H1.HeaderClassName
{
color: #8D6210;
}
.AnyTagClassName
{
color: #8D6210;
}
</style>
background-color css
<style>
a { background-color: #8D6210; }
a { background-color: rgb(141,98,16); }
div.DivClassName
{
background-color: #8D6210;
}
.BgClassName
{
background-color: #8D6210;
}
</style>
border-color css
<style>
span { border-color: #8D6210; }
span { border-color: rgb(141,98,16); }
td.TdClassName
{
border-color: #8D6210;
}
.TagClassName
{
border-color: #8D6210;
}
</style>