Shades of Golden Brown #895D00
Tints of Golden Brown #895D00
RGB
CMYK
RGB Variations
Color information
#895D00 (or 0x895D00) is known color: Golden Brown. HEX triplet: 89, 5D and 00. RGB value is (137,93,0). Sum of RGB (Red+Green+Blue) = 137+93+0=230 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.57% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 137 - color contains mainly: red. Hex color #895D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895D00 is #76A2FF. Grayscale: #5F5F5F. Windows color (decimal): -7774976 or 23945. OLE color: 23945.
HSL color Cylindrical-coordinate representation of color #895D00: hue angle of 40.73º 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 #895D00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 93 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.46 |
| HSL | 40.73º | 1% | 0.27% | - |
| HSV(B) | 40.73º | 1% | 0.54% | - |
| XYZ | 14.23 | 13.15 | 1.79 | - |
| YUV | 95.55 | 74.08 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 93 | 0 | 0 | 0.32 | 1 | 0.46 | 40.73 | 1 | 0.27 |
| Hex | 89 | 5D | 0 | 0 | 20 | 64 | 2E | 29 | 64 | 1B |
| Octal | 211 | 135 | 0 | 0 | 40 | 144 | 56 | 51 | 144 | 33 |
| Binary | 10001001 | 1011101 | 0 | 0 | 100000 | 1100100 | 101110 | 101001 | 1100100 | 11011 |
Color Harmonies of #895D00
Complementary color
Monochromatic Colors of #895D00
Black with #895D00
Text Example
Text Example
White with #895D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895D00; }
p { color: rgb(137,93,0); }
H1.HeaderClassName
{
color: #895D00;
}
.AnyTagClassName
{
color: #895D00;
}
</style>
background-color css
<style>
a { background-color: #895D00; }
a { background-color: rgb(137,93,0); }
div.DivClassName
{
background-color: #895D00;
}
.BgClassName
{
background-color: #895D00;
}
</style>
border-color css
<style>
span { border-color: #895D00; }
span { border-color: rgb(137,93,0); }
td.TdClassName
{
border-color: #895D00;
}
.TagClassName
{
border-color: #895D00;
}
</style>