Shades of Golden Brown #895804
Tints of Golden Brown #895804
RGB
CMYK
RGB Variations
Color information
#895804 (or 0x895804) is known color: Golden Brown. HEX triplet: 89, 58 and 04. RGB value is (137,88,4). Sum of RGB (Red+Green+Blue) = 137+88+4=229 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.83% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 137 - color contains mainly: red. Hex color #895804 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895804 is #76A7FB. Grayscale: #5D5D5D. Windows color (decimal): -7776252 or 284809. OLE color: 284809.
HSL color Cylindrical-coordinate representation of color #895804: hue angle of 37.89º 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 #895804 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 88 | 4 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.46 |
| HSL | 37.89º | 0.94% | 0.28% | - |
| HSV(B) | 37.89º | 0.97% | 0.54% | - |
| XYZ | 13.83 | 12.31 | 1.76 | - |
| YUV | 93.08 | 77.73 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 88 | 4 | 0 | 0.36 | 0.97 | 0.46 | 37.89 | 0.94 | 0.28 |
| Hex | 89 | 58 | 4 | 0 | 24 | 61 | 2E | 26 | 5E | 1C |
| Octal | 211 | 130 | 4 | 0 | 44 | 141 | 56 | 46 | 136 | 34 |
| Binary | 10001001 | 1011000 | 100 | 0 | 100100 | 1100001 | 101110 | 100110 | 1011110 | 11100 |
Color Harmonies of #895804
Complementary color
Monochromatic Colors of #895804
Black with #895804
Text Example
Text Example
White with #895804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895804; }
p { color: rgb(137,88,4); }
H1.HeaderClassName
{
color: #895804;
}
.AnyTagClassName
{
color: #895804;
}
</style>
background-color css
<style>
a { background-color: #895804; }
a { background-color: rgb(137,88,4); }
div.DivClassName
{
background-color: #895804;
}
.BgClassName
{
background-color: #895804;
}
</style>
border-color css
<style>
span { border-color: #895804; }
span { border-color: rgb(137,88,4); }
td.TdClassName
{
border-color: #895804;
}
.TagClassName
{
border-color: #895804;
}
</style>