Shades of Raw Umber #594402
Tints of Raw Umber #594402
RGB
CMYK
RGB Variations
Color information
#594402 (or 0x594402) is known color: Raw Umber. HEX triplet: 59, 44 and 02. RGB value is (89,68,2). Sum of RGB (Red+Green+Blue) = 89+68+2=159 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.97% from 159); Green value is 68 (26.95% from 255 or 42.77% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 89 - color contains mainly: red. Hex color #594402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #594402 is #A6BBFD. Grayscale: #434343. Windows color (decimal): -10927102 or 148569. OLE color: 148569.
HSL color Cylindrical-coordinate representation of color #594402: hue angle of 45.52º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #594402 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 68 | 2 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.65 |
| HSL | 45.52º | 0.96% | 0.18% | - |
| HSV(B) | 45.52º | 0.98% | 0.35% | - |
| XYZ | 6.2 | 6.26 | 0.94 | - |
| YUV | 66.76 | 91.46 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 68 | 2 | 0 | 0.24 | 0.98 | 0.65 | 45.52 | 0.96 | 0.18 |
| Hex | 59 | 44 | 2 | 0 | 18 | 62 | 41 | 2E | 60 | 12 |
| Octal | 131 | 104 | 2 | 0 | 30 | 142 | 101 | 56 | 140 | 22 |
| Binary | 1011001 | 1000100 | 10 | 0 | 11000 | 1100010 | 1000001 | 101110 | 1100000 | 10010 |
Color Harmonies of #594402
Complementary color
Monochromatic Colors of #594402
Black with #594402
Text Example
Text Example
White with #594402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594402; }
p { color: rgb(89,68,2); }
H1.HeaderClassName
{
color: #594402;
}
.AnyTagClassName
{
color: #594402;
}
</style>
background-color css
<style>
a { background-color: #594402; }
a { background-color: rgb(89,68,2); }
div.DivClassName
{
background-color: #594402;
}
.BgClassName
{
background-color: #594402;
}
</style>
border-color css
<style>
span { border-color: #594402; }
span { border-color: rgb(89,68,2); }
td.TdClassName
{
border-color: #594402;
}
.TagClassName
{
border-color: #594402;
}
</style>