Shades of Raw Umber #5A400A
Tints of Raw Umber #5A400A
RGB
CMYK
RGB Variations
Color information
#5A400A (or 0x5A400A) is known color: Raw Umber. HEX triplet: 5A, 40 and 0A. RGB value is (90,64,10). Sum of RGB (Red+Green+Blue) = 90+64+10=164 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.88% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 10 (4.30% from 255 or 6.10% from 164); Max value from RGB is 90 - color contains mainly: red. Hex color #5A400A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A400A is #A5BFF5. Grayscale: #414141. Windows color (decimal): -10862582 or 671834. OLE color: 671834.
HSL color Cylindrical-coordinate representation of color #5A400A: hue angle of 40.5º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A400A is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 64 | 10 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.65 |
| HSL | 40.5º | 0.8% | 0.2% | - |
| HSV(B) | 40.5º | 0.89% | 0.35% | - |
| XYZ | 6.1 | 5.86 | 1.1 | - |
| YUV | 65.62 | 96.61 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 64 | 10 | 0 | 0.29 | 0.89 | 0.65 | 40.5 | 0.8 | 0.2 |
| Hex | 5A | 40 | A | 0 | 1D | 59 | 41 | 28 | 50 | 14 |
| Octal | 132 | 100 | 12 | 0 | 35 | 131 | 101 | 50 | 120 | 24 |
| Binary | 1011010 | 1000000 | 1010 | 0 | 11101 | 1011001 | 1000001 | 101000 | 1010000 | 10100 |
Color Harmonies of #5A400A
Complementary color
Monochromatic Colors of #5A400A
Black with #5A400A
Text Example
Text Example
White with #5A400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A400A; }
p { color: rgb(90,64,10); }
H1.HeaderClassName
{
color: #5A400A;
}
.AnyTagClassName
{
color: #5A400A;
}
</style>
background-color css
<style>
a { background-color: #5A400A; }
a { background-color: rgb(90,64,10); }
div.DivClassName
{
background-color: #5A400A;
}
.BgClassName
{
background-color: #5A400A;
}
</style>
border-color css
<style>
span { border-color: #5A400A; }
span { border-color: rgb(90,64,10); }
td.TdClassName
{
border-color: #5A400A;
}
.TagClassName
{
border-color: #5A400A;
}
</style>