Shades of Raw Umber #5A4209
Tints of Raw Umber #5A4209
RGB
CMYK
RGB Variations
Color information
#5A4209 (or 0x5A4209) is known color: Raw Umber. HEX triplet: 5A, 42 and 09. RGB value is (90,66,9). Sum of RGB (Red+Green+Blue) = 90+66+9=165 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.55% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4209 is #A5BDF6. Grayscale: #424242. Windows color (decimal): -10862071 or 606810. OLE color: 606810.
HSL color Cylindrical-coordinate representation of color #5A4209: hue angle of 42.22º 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 #5A4209 is Cyan = 0, Magento = 0.27, Yellow = 0.9 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 66 | 9 | - |
| CMYK | 0 | 0.27 | 0.9 | 0.65 |
| HSL | 42.22º | 0.82% | 0.19% | - |
| HSV(B) | 42.22º | 0.9% | 0.35% | - |
| XYZ | 6.21 | 6.09 | 1.11 | - |
| YUV | 66.68 | 95.45 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 66 | 9 | 0 | 0.27 | 0.9 | 0.65 | 42.22 | 0.82 | 0.19 |
| Hex | 5A | 42 | 9 | 0 | 1B | 5A | 41 | 2A | 52 | 13 |
| Octal | 132 | 102 | 11 | 0 | 33 | 132 | 101 | 52 | 122 | 23 |
| Binary | 1011010 | 1000010 | 1001 | 0 | 11011 | 1011010 | 1000001 | 101010 | 1010010 | 10011 |
Color Harmonies of #5A4209
Complementary color
Monochromatic Colors of #5A4209
Black with #5A4209
Text Example
Text Example
White with #5A4209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4209; }
p { color: rgb(90,66,9); }
H1.HeaderClassName
{
color: #5A4209;
}
.AnyTagClassName
{
color: #5A4209;
}
</style>
background-color css
<style>
a { background-color: #5A4209; }
a { background-color: rgb(90,66,9); }
div.DivClassName
{
background-color: #5A4209;
}
.BgClassName
{
background-color: #5A4209;
}
</style>
border-color css
<style>
span { border-color: #5A4209; }
span { border-color: rgb(90,66,9); }
td.TdClassName
{
border-color: #5A4209;
}
.TagClassName
{
border-color: #5A4209;
}
</style>