Shades of Raw Umber #5A4504
Tints of Raw Umber #5A4504
RGB
CMYK
RGB Variations
Color information
#5A4504 (or 0x5A4504) is known color: Raw Umber. HEX triplet: 5A, 45 and 04. RGB value is (90,69,4). Sum of RGB (Red+Green+Blue) = 90+69+4=163 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.21% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4504 is #A5BAFB. Grayscale: #444444. Windows color (decimal): -10861308 or 279898. OLE color: 279898.
HSL color Cylindrical-coordinate representation of color #5A4504: hue angle of 45.35º 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 #5A4504 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 69 | 4 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.65 |
| HSL | 45.35º | 0.91% | 0.18% | - |
| HSV(B) | 45.35º | 0.96% | 0.35% | - |
| XYZ | 6.37 | 6.44 | 1.02 | - |
| YUV | 67.87 | 91.96 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 69 | 4 | 0 | 0.23 | 0.96 | 0.65 | 45.35 | 0.91 | 0.18 |
| Hex | 5A | 45 | 4 | 0 | 17 | 60 | 41 | 2D | 5B | 12 |
| Octal | 132 | 105 | 4 | 0 | 27 | 140 | 101 | 55 | 133 | 22 |
| Binary | 1011010 | 1000101 | 100 | 0 | 10111 | 1100000 | 1000001 | 101101 | 1011011 | 10010 |
Color Harmonies of #5A4504
Complementary color
Monochromatic Colors of #5A4504
Black with #5A4504
Text Example
Text Example
White with #5A4504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4504; }
p { color: rgb(90,69,4); }
H1.HeaderClassName
{
color: #5A4504;
}
.AnyTagClassName
{
color: #5A4504;
}
</style>
background-color css
<style>
a { background-color: #5A4504; }
a { background-color: rgb(90,69,4); }
div.DivClassName
{
background-color: #5A4504;
}
.BgClassName
{
background-color: #5A4504;
}
</style>
border-color css
<style>
span { border-color: #5A4504; }
span { border-color: rgb(90,69,4); }
td.TdClassName
{
border-color: #5A4504;
}
.TagClassName
{
border-color: #5A4504;
}
</style>