Shades of Golden Brown #8D6814
Tints of Golden Brown #8D6814
RGB
CMYK
RGB Variations
Color information
#8D6814 (or 0x8D6814) is known color: Golden Brown. HEX triplet: 8D, 68 and 14. RGB value is (141,104,20). Sum of RGB (Red+Green+Blue) = 141+104+20=265 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.21% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6814 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6814 is #7297EB. Grayscale: #696969. Windows color (decimal): -7509996 or 1337485. OLE color: 1337485.
HSL color Cylindrical-coordinate representation of color #8D6814: hue angle of 41.65º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D6814 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 104 | 20 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.45 |
| HSL | 41.65º | 0.75% | 0.32% | - |
| HSV(B) | 41.65º | 0.86% | 0.55% | - |
| XYZ | 16.06 | 15.61 | 2.83 | - |
| YUV | 105.49 | 79.76 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 104 | 20 | 0 | 0.26 | 0.86 | 0.45 | 41.65 | 0.75 | 0.32 |
| Hex | 8D | 68 | 14 | 0 | 1A | 56 | 2D | 2A | 4B | 20 |
| Octal | 215 | 150 | 24 | 0 | 32 | 126 | 55 | 52 | 113 | 40 |
| Binary | 10001101 | 1101000 | 10100 | 0 | 11010 | 1010110 | 101101 | 101010 | 1001011 | 100000 |
Color Harmonies of #8D6814
Complementary color
Monochromatic Colors of #8D6814
Black with #8D6814
Text Example
Text Example
White with #8D6814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6814; }
p { color: rgb(141,104,20); }
H1.HeaderClassName
{
color: #8D6814;
}
.AnyTagClassName
{
color: #8D6814;
}
</style>
background-color css
<style>
a { background-color: #8D6814; }
a { background-color: rgb(141,104,20); }
div.DivClassName
{
background-color: #8D6814;
}
.BgClassName
{
background-color: #8D6814;
}
</style>
border-color css
<style>
span { border-color: #8D6814; }
span { border-color: rgb(141,104,20); }
td.TdClassName
{
border-color: #8D6814;
}
.TagClassName
{
border-color: #8D6814;
}
</style>