Shades of Golden Brown #896404
Tints of Golden Brown #896404
RGB
CMYK
RGB Variations
Color information
#896404 (or 0x896404) is known color: Golden Brown. HEX triplet: 89, 64 and 04. RGB value is (137,100,4). Sum of RGB (Red+Green+Blue) = 137+100+4=241 (31% of max value = 765). Red value is 137 (53.91% from 255 or 56.85% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 137 - color contains mainly: red. Hex color #896404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896404 is #769BFB. Grayscale: #646464. Windows color (decimal): -7773180 or 287881. OLE color: 287881.
HSL color Cylindrical-coordinate representation of color #896404: hue angle of 43.31º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #896404 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 100 | 4 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.46 |
| HSL | 43.31º | 0.94% | 0.28% | - |
| HSV(B) | 43.31º | 0.97% | 0.54% | - |
| XYZ | 14.9 | 14.44 | 2.12 | - |
| YUV | 100.12 | 73.76 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 100 | 4 | 0 | 0.27 | 0.97 | 0.46 | 43.31 | 0.94 | 0.28 |
| Hex | 89 | 64 | 4 | 0 | 1B | 61 | 2E | 2B | 5E | 1C |
| Octal | 211 | 144 | 4 | 0 | 33 | 141 | 56 | 53 | 136 | 34 |
| Binary | 10001001 | 1100100 | 100 | 0 | 11011 | 1100001 | 101110 | 101011 | 1011110 | 11100 |
Color Harmonies of #896404
Complementary color
Monochromatic Colors of #896404
Black with #896404
Text Example
Text Example
White with #896404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896404; }
p { color: rgb(137,100,4); }
H1.HeaderClassName
{
color: #896404;
}
.AnyTagClassName
{
color: #896404;
}
</style>
background-color css
<style>
a { background-color: #896404; }
a { background-color: rgb(137,100,4); }
div.DivClassName
{
background-color: #896404;
}
.BgClassName
{
background-color: #896404;
}
</style>
border-color css
<style>
span { border-color: #896404; }
span { border-color: rgb(137,100,4); }
td.TdClassName
{
border-color: #896404;
}
.TagClassName
{
border-color: #896404;
}
</style>