Shades of Raw Umber #5A4603
Tints of Raw Umber #5A4603
RGB
CMYK
RGB Variations
Color information
#5A4603 (or 0x5A4603) is known color: Raw Umber. HEX triplet: 5A, 46 and 03. RGB value is (90,70,3). Sum of RGB (Red+Green+Blue) = 90+70+3=163 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.21% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4603 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4603 is #A5B9FC. Grayscale: #444444. Windows color (decimal): -10861053 or 214618. OLE color: 214618.
HSL color Cylindrical-coordinate representation of color #5A4603: hue angle of 46.21º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A4603 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 70 | 3 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.65 |
| HSL | 46.21º | 0.94% | 0.18% | - |
| HSV(B) | 46.21º | 0.97% | 0.35% | - |
| XYZ | 6.42 | 6.56 | 1.01 | - |
| YUV | 68.34 | 91.13 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 70 | 3 | 0 | 0.22 | 0.97 | 0.65 | 46.21 | 0.94 | 0.18 |
| Hex | 5A | 46 | 3 | 0 | 16 | 61 | 41 | 2E | 5E | 12 |
| Octal | 132 | 106 | 3 | 0 | 26 | 141 | 101 | 56 | 136 | 22 |
| Binary | 1011010 | 1000110 | 11 | 0 | 10110 | 1100001 | 1000001 | 101110 | 1011110 | 10010 |
Color Harmonies of #5A4603
Complementary color
Monochromatic Colors of #5A4603
Black with #5A4603
Text Example
Text Example
White with #5A4603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4603; }
p { color: rgb(90,70,3); }
H1.HeaderClassName
{
color: #5A4603;
}
.AnyTagClassName
{
color: #5A4603;
}
</style>
background-color css
<style>
a { background-color: #5A4603; }
a { background-color: rgb(90,70,3); }
div.DivClassName
{
background-color: #5A4603;
}
.BgClassName
{
background-color: #5A4603;
}
</style>
border-color css
<style>
span { border-color: #5A4603; }
span { border-color: rgb(90,70,3); }
td.TdClassName
{
border-color: #5A4603;
}
.TagClassName
{
border-color: #5A4603;
}
</style>