Shades of Raw Umber #5A4009
Tints of Raw Umber #5A4009
RGB
CMYK
RGB Variations
Color information
#5A4009 (or 0x5A4009) is known color: Raw Umber. HEX triplet: 5A, 40 and 09. RGB value is (90,64,9). Sum of RGB (Red+Green+Blue) = 90+64+9=163 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.21% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4009 is #A5BFF6. Grayscale: #414141. Windows color (decimal): -10862583 or 606298. OLE color: 606298.
HSL color Cylindrical-coordinate representation of color #5A4009: hue angle of 40.74º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A4009 is Cyan = 0, Magento = 0.29, Yellow = 0.9 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 64 | 9 | - |
| CMYK | 0 | 0.29 | 0.9 | 0.65 |
| HSL | 40.74º | 0.82% | 0.19% | - |
| HSV(B) | 40.74º | 0.9% | 0.35% | - |
| XYZ | 6.1 | 5.86 | 1.07 | - |
| YUV | 65.5 | 96.11 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 64 | 9 | 0 | 0.29 | 0.9 | 0.65 | 40.74 | 0.82 | 0.19 |
| Hex | 5A | 40 | 9 | 0 | 1D | 5A | 41 | 29 | 52 | 13 |
| Octal | 132 | 100 | 11 | 0 | 35 | 132 | 101 | 51 | 122 | 23 |
| Binary | 1011010 | 1000000 | 1001 | 0 | 11101 | 1011010 | 1000001 | 101001 | 1010010 | 10011 |
Color Harmonies of #5A4009
Complementary color
Monochromatic Colors of #5A4009
Black with #5A4009
Text Example
Text Example
White with #5A4009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4009; }
p { color: rgb(90,64,9); }
H1.HeaderClassName
{
color: #5A4009;
}
.AnyTagClassName
{
color: #5A4009;
}
</style>
background-color css
<style>
a { background-color: #5A4009; }
a { background-color: rgb(90,64,9); }
div.DivClassName
{
background-color: #5A4009;
}
.BgClassName
{
background-color: #5A4009;
}
</style>
border-color css
<style>
span { border-color: #5A4009; }
span { border-color: rgb(90,64,9); }
td.TdClassName
{
border-color: #5A4009;
}
.TagClassName
{
border-color: #5A4009;
}
</style>