Shades of Golden Brown #8D5901
Tints of Golden Brown #8D5901
RGB
CMYK
RGB Variations
Color information
#8D5901 (or 0x8D5901) is known color: Golden Brown. HEX triplet: 8D, 59 and 01. RGB value is (141,89,1). Sum of RGB (Red+Green+Blue) = 141+89+1=231 (30% of max value = 765). Red value is 141 (55.47% from 255 or 61.04% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D5901 is #72A6FE. Grayscale: #5E5E5E. Windows color (decimal): -7513855 or 88461. OLE color: 88461.
HSL color Cylindrical-coordinate representation of color #8D5901: hue angle of 37.71º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D5901 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 89 | 1 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.45 |
| HSL | 37.71º | 0.99% | 0.28% | - |
| HSV(B) | 37.71º | 0.99% | 0.55% | - |
| XYZ | 14.56 | 12.81 | 1.73 | - |
| YUV | 94.52 | 75.23 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 89 | 1 | 0 | 0.37 | 0.99 | 0.45 | 37.71 | 0.99 | 0.28 |
| Hex | 8D | 59 | 1 | 0 | 25 | 63 | 2D | 26 | 63 | 1C |
| Octal | 215 | 131 | 1 | 0 | 45 | 143 | 55 | 46 | 143 | 34 |
| Binary | 10001101 | 1011001 | 1 | 0 | 100101 | 1100011 | 101101 | 100110 | 1100011 | 11100 |
Color Harmonies of #8D5901
Complementary color
Monochromatic Colors of #8D5901
Black with #8D5901
Text Example
Text Example
White with #8D5901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5901; }
p { color: rgb(141,89,1); }
H1.HeaderClassName
{
color: #8D5901;
}
.AnyTagClassName
{
color: #8D5901;
}
</style>
background-color css
<style>
a { background-color: #8D5901; }
a { background-color: rgb(141,89,1); }
div.DivClassName
{
background-color: #8D5901;
}
.BgClassName
{
background-color: #8D5901;
}
</style>
border-color css
<style>
span { border-color: #8D5901; }
span { border-color: rgb(141,89,1); }
td.TdClassName
{
border-color: #8D5901;
}
.TagClassName
{
border-color: #8D5901;
}
</style>