Shades of Raw Umber #5A4304
Tints of Raw Umber #5A4304
RGB
CMYK
RGB Variations
Color information
#5A4304 (or 0x5A4304) is known color: Raw Umber. HEX triplet: 5A, 43 and 04. RGB value is (90,67,4). Sum of RGB (Red+Green+Blue) = 90+67+4=161 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.90% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4304 is #A5BCFB. Grayscale: #424242. Windows color (decimal): -10861820 or 279386. OLE color: 279386.
HSL color Cylindrical-coordinate representation of color #5A4304: hue angle of 43.95º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A4304 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 67 | 4 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.65 |
| HSL | 43.95º | 0.91% | 0.18% | - |
| HSV(B) | 43.95º | 0.96% | 0.35% | - |
| XYZ | 6.25 | 6.2 | 0.98 | - |
| YUV | 66.7 | 92.62 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 67 | 4 | 0 | 0.26 | 0.96 | 0.65 | 43.95 | 0.91 | 0.18 |
| Hex | 5A | 43 | 4 | 0 | 1A | 60 | 41 | 2C | 5B | 12 |
| Octal | 132 | 103 | 4 | 0 | 32 | 140 | 101 | 54 | 133 | 22 |
| Binary | 1011010 | 1000011 | 100 | 0 | 11010 | 1100000 | 1000001 | 101100 | 1011011 | 10010 |
Color Harmonies of #5A4304
Complementary color
Monochromatic Colors of #5A4304
Black with #5A4304
Text Example
Text Example
White with #5A4304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4304; }
p { color: rgb(90,67,4); }
H1.HeaderClassName
{
color: #5A4304;
}
.AnyTagClassName
{
color: #5A4304;
}
</style>
background-color css
<style>
a { background-color: #5A4304; }
a { background-color: rgb(90,67,4); }
div.DivClassName
{
background-color: #5A4304;
}
.BgClassName
{
background-color: #5A4304;
}
</style>
border-color css
<style>
span { border-color: #5A4304; }
span { border-color: rgb(90,67,4); }
td.TdClassName
{
border-color: #5A4304;
}
.TagClassName
{
border-color: #5A4304;
}
</style>