Shades of Golden Brown #895A00
Tints of Golden Brown #895A00
RGB
CMYK
RGB Variations
Color information
#895A00 (or 0x895A00) is known color: Golden Brown. HEX triplet: 89, 5A and 00. RGB value is (137,90,0). Sum of RGB (Red+Green+Blue) = 137+90+0=227 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.35% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 137 - color contains mainly: red. Hex color #895A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895A00 is #76A5FF. Grayscale: #5E5E5E. Windows color (decimal): -7775744 or 23177. OLE color: 23177.
HSL color Cylindrical-coordinate representation of color #895A00: hue angle of 39.42º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #895A00 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 90 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.46 |
| HSL | 39.42º | 1% | 0.27% | - |
| HSV(B) | 39.42º | 1% | 0.54% | - |
| XYZ | 13.97 | 12.63 | 1.7 | - |
| YUV | 93.79 | 75.07 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 90 | 0 | 0 | 0.34 | 1 | 0.46 | 39.42 | 1 | 0.27 |
| Hex | 89 | 5A | 0 | 0 | 22 | 64 | 2E | 27 | 64 | 1B |
| Octal | 211 | 132 | 0 | 0 | 42 | 144 | 56 | 47 | 144 | 33 |
| Binary | 10001001 | 1011010 | 0 | 0 | 100010 | 1100100 | 101110 | 100111 | 1100100 | 11011 |
Color Harmonies of #895A00
Complementary color
Monochromatic Colors of #895A00
Black with #895A00
Text Example
Text Example
White with #895A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895A00; }
p { color: rgb(137,90,0); }
H1.HeaderClassName
{
color: #895A00;
}
.AnyTagClassName
{
color: #895A00;
}
</style>
background-color css
<style>
a { background-color: #895A00; }
a { background-color: rgb(137,90,0); }
div.DivClassName
{
background-color: #895A00;
}
.BgClassName
{
background-color: #895A00;
}
</style>
border-color css
<style>
span { border-color: #895A00; }
span { border-color: rgb(137,90,0); }
td.TdClassName
{
border-color: #895A00;
}
.TagClassName
{
border-color: #895A00;
}
</style>