Shades of Golden Brown #895E02
Tints of Golden Brown #895E02
RGB
CMYK
RGB Variations
Color information
#895E02 (or 0x895E02) is known color: Golden Brown. HEX triplet: 89, 5E and 02. RGB value is (137,94,2). Sum of RGB (Red+Green+Blue) = 137+94+2=233 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.80% from 233); Green value is 94 (37.11% from 255 or 40.34% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 137 - color contains mainly: red. Hex color #895E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895E02 is #76A1FD. Grayscale: #606060. Windows color (decimal): -7774718 or 155273. OLE color: 155273.
HSL color Cylindrical-coordinate representation of color #895E02: hue angle of 40.89º 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 #895E02 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 94 | 2 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.46 |
| HSL | 40.89º | 0.97% | 0.27% | - |
| HSV(B) | 40.89º | 0.99% | 0.54% | - |
| XYZ | 14.33 | 13.33 | 1.87 | - |
| YUV | 96.37 | 74.75 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 94 | 2 | 0 | 0.31 | 0.99 | 0.46 | 40.89 | 0.97 | 0.27 |
| Hex | 89 | 5E | 2 | 0 | 1F | 63 | 2E | 29 | 61 | 1B |
| Octal | 211 | 136 | 2 | 0 | 37 | 143 | 56 | 51 | 141 | 33 |
| Binary | 10001001 | 1011110 | 10 | 0 | 11111 | 1100011 | 101110 | 101001 | 1100001 | 11011 |
Color Harmonies of #895E02
Complementary color
Monochromatic Colors of #895E02
Black with #895E02
Text Example
Text Example
White with #895E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895E02; }
p { color: rgb(137,94,2); }
H1.HeaderClassName
{
color: #895E02;
}
.AnyTagClassName
{
color: #895E02;
}
</style>
background-color css
<style>
a { background-color: #895E02; }
a { background-color: rgb(137,94,2); }
div.DivClassName
{
background-color: #895E02;
}
.BgClassName
{
background-color: #895E02;
}
</style>
border-color css
<style>
span { border-color: #895E02; }
span { border-color: rgb(137,94,2); }
td.TdClassName
{
border-color: #895E02;
}
.TagClassName
{
border-color: #895E02;
}
</style>