Shades of Golden Brown #896402
Tints of Golden Brown #896402
RGB
CMYK
RGB Variations
Color information
#896402 (or 0x896402) is known color: Golden Brown. HEX triplet: 89, 64 and 02. RGB value is (137,100,2). Sum of RGB (Red+Green+Blue) = 137+100+2=239 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.32% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 137 - color contains mainly: red. Hex color #896402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896402 is #769BFD. Grayscale: #646464. Windows color (decimal): -7773182 or 156809. OLE color: 156809.
HSL color Cylindrical-coordinate representation of color #896402: hue angle of 43.56º 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 #896402 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 100 | 2 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.46 |
| HSL | 43.56º | 0.97% | 0.27% | - |
| HSV(B) | 43.56º | 0.99% | 0.54% | - |
| XYZ | 14.88 | 14.44 | 2.06 | - |
| YUV | 99.89 | 72.76 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 100 | 2 | 0 | 0.27 | 0.99 | 0.46 | 43.56 | 0.97 | 0.27 |
| Hex | 89 | 64 | 2 | 0 | 1B | 63 | 2E | 2C | 61 | 1B |
| Octal | 211 | 144 | 2 | 0 | 33 | 143 | 56 | 54 | 141 | 33 |
| Binary | 10001001 | 1100100 | 10 | 0 | 11011 | 1100011 | 101110 | 101100 | 1100001 | 11011 |
Color Harmonies of #896402
Complementary color
Monochromatic Colors of #896402
Black with #896402
Text Example
Text Example
White with #896402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896402; }
p { color: rgb(137,100,2); }
H1.HeaderClassName
{
color: #896402;
}
.AnyTagClassName
{
color: #896402;
}
</style>
background-color css
<style>
a { background-color: #896402; }
a { background-color: rgb(137,100,2); }
div.DivClassName
{
background-color: #896402;
}
.BgClassName
{
background-color: #896402;
}
</style>
border-color css
<style>
span { border-color: #896402; }
span { border-color: rgb(137,100,2); }
td.TdClassName
{
border-color: #896402;
}
.TagClassName
{
border-color: #896402;
}
</style>