Shades of Golden Brown #895605
Tints of Golden Brown #895605
RGB
CMYK
RGB Variations
Color information
#895605 (or 0x895605) is known color: Golden Brown. HEX triplet: 89, 56 and 05. RGB value is (137,86,5). Sum of RGB (Red+Green+Blue) = 137+86+5=228 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.09% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 137 - color contains mainly: red. Hex color #895605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895605 is #76A9FA. Grayscale: #5C5C5C. Windows color (decimal): -7776763 or 349833. OLE color: 349833.
HSL color Cylindrical-coordinate representation of color #895605: hue angle of 36.82º 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 #895605 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 86 | 5 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.46 |
| HSL | 36.82º | 0.93% | 0.28% | - |
| HSV(B) | 36.82º | 0.96% | 0.54% | - |
| XYZ | 13.67 | 11.98 | 1.74 | - |
| YUV | 92.02 | 78.9 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 86 | 5 | 0 | 0.37 | 0.96 | 0.46 | 36.82 | 0.93 | 0.28 |
| Hex | 89 | 56 | 5 | 0 | 25 | 60 | 2E | 25 | 5D | 1C |
| Octal | 211 | 126 | 5 | 0 | 45 | 140 | 56 | 45 | 135 | 34 |
| Binary | 10001001 | 1010110 | 101 | 0 | 100101 | 1100000 | 101110 | 100101 | 1011101 | 11100 |
Color Harmonies of #895605
Complementary color
Monochromatic Colors of #895605
Black with #895605
Text Example
Text Example
White with #895605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895605; }
p { color: rgb(137,86,5); }
H1.HeaderClassName
{
color: #895605;
}
.AnyTagClassName
{
color: #895605;
}
</style>
background-color css
<style>
a { background-color: #895605; }
a { background-color: rgb(137,86,5); }
div.DivClassName
{
background-color: #895605;
}
.BgClassName
{
background-color: #895605;
}
</style>
border-color css
<style>
span { border-color: #895605; }
span { border-color: rgb(137,86,5); }
td.TdClassName
{
border-color: #895605;
}
.TagClassName
{
border-color: #895605;
}
</style>