Shades of Golden Brown #8D5904
Tints of Golden Brown #8D5904
RGB
CMYK
RGB Variations
Color information
#8D5904 (or 0x8D5904) is known color: Golden Brown. HEX triplet: 8D, 59 and 04. RGB value is (141,89,4). Sum of RGB (Red+Green+Blue) = 141+89+4=234 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.26% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5904 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5904 is #72A6FB. Grayscale: #5F5F5F. Windows color (decimal): -7513852 or 285069. OLE color: 285069.
HSL color Cylindrical-coordinate representation of color #8D5904: hue angle of 37.23º 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 #8D5904 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 89 | 4 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.45 |
| HSL | 37.23º | 0.94% | 0.28% | - |
| HSV(B) | 37.23º | 0.97% | 0.55% | - |
| XYZ | 14.58 | 12.82 | 1.82 | - |
| YUV | 94.86 | 76.73 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 89 | 4 | 0 | 0.37 | 0.97 | 0.45 | 37.23 | 0.94 | 0.28 |
| Hex | 8D | 59 | 4 | 0 | 25 | 61 | 2D | 25 | 5E | 1C |
| Octal | 215 | 131 | 4 | 0 | 45 | 141 | 55 | 45 | 136 | 34 |
| Binary | 10001101 | 1011001 | 100 | 0 | 100101 | 1100001 | 101101 | 100101 | 1011110 | 11100 |
Color Harmonies of #8D5904
Complementary color
Monochromatic Colors of #8D5904
Black with #8D5904
Text Example
Text Example
White with #8D5904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5904; }
p { color: rgb(141,89,4); }
H1.HeaderClassName
{
color: #8D5904;
}
.AnyTagClassName
{
color: #8D5904;
}
</style>
background-color css
<style>
a { background-color: #8D5904; }
a { background-color: rgb(141,89,4); }
div.DivClassName
{
background-color: #8D5904;
}
.BgClassName
{
background-color: #8D5904;
}
</style>
border-color css
<style>
span { border-color: #8D5904; }
span { border-color: rgb(141,89,4); }
td.TdClassName
{
border-color: #8D5904;
}
.TagClassName
{
border-color: #8D5904;
}
</style>