Shades of Raw Umber #5A4100
Tints of Raw Umber #5A4100
RGB
CMYK
RGB Variations
Color information
#5A4100 (or 0x5A4100) is known color: Raw Umber. HEX triplet: 5A, 41 and 00. RGB value is (90,65,0). Sum of RGB (Red+Green+Blue) = 90+65+0=155 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.06% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4100 is #A5BEFF. Grayscale: #414141. Windows color (decimal): -10862336 or 16730. OLE color: 16730.
HSL color Cylindrical-coordinate representation of color #5A4100: hue angle of 43.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A4100 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 65 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.65 |
| HSL | 43.33º | 1% | 0.18% | - |
| HSV(B) | 43.33º | 1% | 0.35% | - |
| XYZ | 6.11 | 5.95 | 0.83 | - |
| YUV | 65.07 | 91.28 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 65 | 0 | 0 | 0.28 | 1 | 0.65 | 43.33 | 1 | 0.18 |
| Hex | 5A | 41 | 0 | 0 | 1C | 64 | 41 | 2B | 64 | 12 |
| Octal | 132 | 101 | 0 | 0 | 34 | 144 | 101 | 53 | 144 | 22 |
| Binary | 1011010 | 1000001 | 0 | 0 | 11100 | 1100100 | 1000001 | 101011 | 1100100 | 10010 |
Color Harmonies of #5A4100
Complementary color
Monochromatic Colors of #5A4100
Black with #5A4100
Text Example
Text Example
White with #5A4100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4100; }
p { color: rgb(90,65,0); }
H1.HeaderClassName
{
color: #5A4100;
}
.AnyTagClassName
{
color: #5A4100;
}
</style>
background-color css
<style>
a { background-color: #5A4100; }
a { background-color: rgb(90,65,0); }
div.DivClassName
{
background-color: #5A4100;
}
.BgClassName
{
background-color: #5A4100;
}
</style>
border-color css
<style>
span { border-color: #5A4100; }
span { border-color: rgb(90,65,0); }
td.TdClassName
{
border-color: #5A4100;
}
.TagClassName
{
border-color: #5A4100;
}
</style>