Shades of Raw Umber #594200
Tints of Raw Umber #594200
RGB
CMYK
RGB Variations
Color information
#594200 (or 0x594200) is known color: Raw Umber. HEX triplet: 59, 42 and 00. RGB value is (89,66,0). Sum of RGB (Red+Green+Blue) = 89+66+0=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #594200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594200 is #A6BDFF. Grayscale: #414141. Windows color (decimal): -10927616 or 16985. OLE color: 16985.
HSL color Cylindrical-coordinate representation of color #594200: hue angle of 44.49º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #594200 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 66 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.65 |
| HSL | 44.49º | 1% | 0.17% | - |
| HSV(B) | 44.49º | 1% | 0.35% | - |
| XYZ | 6.07 | 6.02 | 0.84 | - |
| YUV | 65.35 | 91.12 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 66 | 0 | 0 | 0.26 | 1 | 0.65 | 44.49 | 1 | 0.17 |
| Hex | 59 | 42 | 0 | 0 | 1A | 64 | 41 | 2C | 64 | 11 |
| Octal | 131 | 102 | 0 | 0 | 32 | 144 | 101 | 54 | 144 | 21 |
| Binary | 1011001 | 1000010 | 0 | 0 | 11010 | 1100100 | 1000001 | 101100 | 1100100 | 10001 |
Color Harmonies of #594200
Complementary color
Monochromatic Colors of #594200
Black with #594200
Text Example
Text Example
White with #594200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594200; }
p { color: rgb(89,66,0); }
H1.HeaderClassName
{
color: #594200;
}
.AnyTagClassName
{
color: #594200;
}
</style>
background-color css
<style>
a { background-color: #594200; }
a { background-color: rgb(89,66,0); }
div.DivClassName
{
background-color: #594200;
}
.BgClassName
{
background-color: #594200;
}
</style>
border-color css
<style>
span { border-color: #594200; }
span { border-color: rgb(89,66,0); }
td.TdClassName
{
border-color: #594200;
}
.TagClassName
{
border-color: #594200;
}
</style>