Shades of Golden Brown #895905
Tints of Golden Brown #895905
RGB
CMYK
RGB Variations
Color information
#895905 (or 0x895905) is known color: Golden Brown. HEX triplet: 89, 59 and 05. RGB value is (137,89,5). Sum of RGB (Red+Green+Blue) = 137+89+5=231 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.31% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 137 - color contains mainly: red. Hex color #895905 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895905 is #76A6FA. Grayscale: #5E5E5E. Windows color (decimal): -7775995 or 350601. OLE color: 350601.
HSL color Cylindrical-coordinate representation of color #895905: hue angle of 38.18º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #895905 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 89 | 5 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.46 |
| HSL | 38.18º | 0.93% | 0.28% | - |
| HSV(B) | 38.18º | 0.96% | 0.54% | - |
| XYZ | 13.92 | 12.47 | 1.82 | - |
| YUV | 93.78 | 77.9 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 89 | 5 | 0 | 0.35 | 0.96 | 0.46 | 38.18 | 0.93 | 0.28 |
| Hex | 89 | 59 | 5 | 0 | 23 | 60 | 2E | 26 | 5D | 1C |
| Octal | 211 | 131 | 5 | 0 | 43 | 140 | 56 | 46 | 135 | 34 |
| Binary | 10001001 | 1011001 | 101 | 0 | 100011 | 1100000 | 101110 | 100110 | 1011101 | 11100 |
Color Harmonies of #895905
Complementary color
Monochromatic Colors of #895905
Black with #895905
Text Example
Text Example
White with #895905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895905; }
p { color: rgb(137,89,5); }
H1.HeaderClassName
{
color: #895905;
}
.AnyTagClassName
{
color: #895905;
}
</style>
background-color css
<style>
a { background-color: #895905; }
a { background-color: rgb(137,89,5); }
div.DivClassName
{
background-color: #895905;
}
.BgClassName
{
background-color: #895905;
}
</style>
border-color css
<style>
span { border-color: #895905; }
span { border-color: rgb(137,89,5); }
td.TdClassName
{
border-color: #895905;
}
.TagClassName
{
border-color: #895905;
}
</style>