Shades of Golden Brown #895A0A
Tints of Golden Brown #895A0A
RGB
CMYK
RGB Variations
Color information
#895A0A (or 0x895A0A) is known color: Golden Brown. HEX triplet: 89, 5A and 0A. RGB value is (137,90,10). Sum of RGB (Red+Green+Blue) = 137+90+10=237 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.81% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 137 - color contains mainly: red. Hex color #895A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895A0A is #76A5F5. Grayscale: #5F5F5F. Windows color (decimal): -7775734 or 678537. OLE color: 678537.
HSL color Cylindrical-coordinate representation of color #895A0A: hue angle of 37.8º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #895A0A is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 90 | 10 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.46 |
| HSL | 37.8º | 0.86% | 0.29% | - |
| HSV(B) | 37.8º | 0.93% | 0.54% | - |
| XYZ | 14.03 | 12.65 | 1.99 | - |
| YUV | 94.93 | 80.07 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 90 | 10 | 0 | 0.34 | 0.93 | 0.46 | 37.8 | 0.86 | 0.29 |
| Hex | 89 | 5A | A | 0 | 22 | 5D | 2E | 26 | 56 | 1D |
| Octal | 211 | 132 | 12 | 0 | 42 | 135 | 56 | 46 | 126 | 35 |
| Binary | 10001001 | 1011010 | 1010 | 0 | 100010 | 1011101 | 101110 | 100110 | 1010110 | 11101 |
Color Harmonies of #895A0A
Complementary color
Monochromatic Colors of #895A0A
Black with #895A0A
Text Example
Text Example
White with #895A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895A0A; }
p { color: rgb(137,90,10); }
H1.HeaderClassName
{
color: #895A0A;
}
.AnyTagClassName
{
color: #895A0A;
}
</style>
background-color css
<style>
a { background-color: #895A0A; }
a { background-color: rgb(137,90,10); }
div.DivClassName
{
background-color: #895A0A;
}
.BgClassName
{
background-color: #895A0A;
}
</style>
border-color css
<style>
span { border-color: #895A0A; }
span { border-color: rgb(137,90,10); }
td.TdClassName
{
border-color: #895A0A;
}
.TagClassName
{
border-color: #895A0A;
}
</style>