Shades of Golden Brown #8D6504
Tints of Golden Brown #8D6504
RGB
CMYK
RGB Variations
Color information
#8D6504 (or 0x8D6504) is known color: Golden Brown. HEX triplet: 8D, 65 and 04. RGB value is (141,101,4). Sum of RGB (Red+Green+Blue) = 141+101+4=246 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.32% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6504 is #729AFB. Grayscale: #666666. Windows color (decimal): -7510780 or 288141. OLE color: 288141.
HSL color Cylindrical-coordinate representation of color #8D6504: hue angle of 42.48º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D6504 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 101 | 4 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.45 |
| HSL | 42.48º | 0.94% | 0.28% | - |
| HSV(B) | 42.48º | 0.97% | 0.55% | - |
| XYZ | 15.66 | 14.98 | 2.18 | - |
| YUV | 101.9 | 72.75 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 101 | 4 | 0 | 0.28 | 0.97 | 0.45 | 42.48 | 0.94 | 0.28 |
| Hex | 8D | 65 | 4 | 0 | 1C | 61 | 2D | 2A | 5E | 1C |
| Octal | 215 | 145 | 4 | 0 | 34 | 141 | 55 | 52 | 136 | 34 |
| Binary | 10001101 | 1100101 | 100 | 0 | 11100 | 1100001 | 101101 | 101010 | 1011110 | 11100 |
Color Harmonies of #8D6504
Complementary color
Monochromatic Colors of #8D6504
Black with #8D6504
Text Example
Text Example
White with #8D6504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6504; }
p { color: rgb(141,101,4); }
H1.HeaderClassName
{
color: #8D6504;
}
.AnyTagClassName
{
color: #8D6504;
}
</style>
background-color css
<style>
a { background-color: #8D6504; }
a { background-color: rgb(141,101,4); }
div.DivClassName
{
background-color: #8D6504;
}
.BgClassName
{
background-color: #8D6504;
}
</style>
border-color css
<style>
span { border-color: #8D6504; }
span { border-color: rgb(141,101,4); }
td.TdClassName
{
border-color: #8D6504;
}
.TagClassName
{
border-color: #8D6504;
}
</style>