Shades of Golden Brown #895902
Tints of Golden Brown #895902
RGB
CMYK
RGB Variations
Color information
#895902 (or 0x895902) is known color: Golden Brown. HEX triplet: 89, 59 and 02. RGB value is (137,89,2). Sum of RGB (Red+Green+Blue) = 137+89+2=228 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.09% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 137 - color contains mainly: red. Hex color #895902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895902 is #76A6FD. Grayscale: #5D5D5D. Windows color (decimal): -7775998 or 153993. OLE color: 153993.
HSL color Cylindrical-coordinate representation of color #895902: hue angle of 38.67º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #895902 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 89 | 2 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.46 |
| HSL | 38.67º | 0.97% | 0.27% | - |
| HSV(B) | 38.67º | 0.99% | 0.54% | - |
| XYZ | 13.9 | 12.47 | 1.73 | - |
| YUV | 93.43 | 76.4 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 89 | 2 | 0 | 0.35 | 0.99 | 0.46 | 38.67 | 0.97 | 0.27 |
| Hex | 89 | 59 | 2 | 0 | 23 | 63 | 2E | 27 | 61 | 1B |
| Octal | 211 | 131 | 2 | 0 | 43 | 143 | 56 | 47 | 141 | 33 |
| Binary | 10001001 | 1011001 | 10 | 0 | 100011 | 1100011 | 101110 | 100111 | 1100001 | 11011 |
Color Harmonies of #895902
Complementary color
Monochromatic Colors of #895902
Black with #895902
Text Example
Text Example
White with #895902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895902; }
p { color: rgb(137,89,2); }
H1.HeaderClassName
{
color: #895902;
}
.AnyTagClassName
{
color: #895902;
}
</style>
background-color css
<style>
a { background-color: #895902; }
a { background-color: rgb(137,89,2); }
div.DivClassName
{
background-color: #895902;
}
.BgClassName
{
background-color: #895902;
}
</style>
border-color css
<style>
span { border-color: #895902; }
span { border-color: rgb(137,89,2); }
td.TdClassName
{
border-color: #895902;
}
.TagClassName
{
border-color: #895902;
}
</style>