Shades of Golden Brown #895604
Tints of Golden Brown #895604
RGB
CMYK
RGB Variations
Color information
#895604 (or 0x895604) is known color: Golden Brown. HEX triplet: 89, 56 and 04. RGB value is (137,86,4). Sum of RGB (Red+Green+Blue) = 137+86+4=227 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.35% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 137 - color contains mainly: red. Hex color #895604 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895604 is #76A9FB. Grayscale: #5C5C5C. Windows color (decimal): -7776764 or 284297. OLE color: 284297.
HSL color Cylindrical-coordinate representation of color #895604: hue angle of 36.99º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #895604 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 86 | 4 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.46 |
| HSL | 36.99º | 0.94% | 0.28% | - |
| HSV(B) | 36.99º | 0.97% | 0.54% | - |
| XYZ | 13.67 | 11.98 | 1.71 | - |
| YUV | 91.9 | 78.4 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 86 | 4 | 0 | 0.37 | 0.97 | 0.46 | 36.99 | 0.94 | 0.28 |
| Hex | 89 | 56 | 4 | 0 | 25 | 61 | 2E | 25 | 5E | 1C |
| Octal | 211 | 126 | 4 | 0 | 45 | 141 | 56 | 45 | 136 | 34 |
| Binary | 10001001 | 1010110 | 100 | 0 | 100101 | 1100001 | 101110 | 100101 | 1011110 | 11100 |
Color Harmonies of #895604
Complementary color
Monochromatic Colors of #895604
Black with #895604
Text Example
Text Example
White with #895604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895604; }
p { color: rgb(137,86,4); }
H1.HeaderClassName
{
color: #895604;
}
.AnyTagClassName
{
color: #895604;
}
</style>
background-color css
<style>
a { background-color: #895604; }
a { background-color: rgb(137,86,4); }
div.DivClassName
{
background-color: #895604;
}
.BgClassName
{
background-color: #895604;
}
</style>
border-color css
<style>
span { border-color: #895604; }
span { border-color: rgb(137,86,4); }
td.TdClassName
{
border-color: #895604;
}
.TagClassName
{
border-color: #895604;
}
</style>