Shades of Raw Umber #5A4301
Tints of Raw Umber #5A4301
RGB
CMYK
RGB Variations
Color information
#5A4301 (or 0x5A4301) is known color: Raw Umber. HEX triplet: 5A, 43 and 01. RGB value is (90,67,1). Sum of RGB (Red+Green+Blue) = 90+67+1=158 (20% of max value = 765). Red value is 90 (35.55% from 255 or 56.96% from 158); Green value is 67 (26.56% from 255 or 42.41% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4301 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4301 is #A5BCFE. Grayscale: #424242. Windows color (decimal): -10861823 or 82778. OLE color: 82778.
HSL color Cylindrical-coordinate representation of color #5A4301: hue angle of 44.49º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A4301 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 67 | 1 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.65 |
| HSL | 44.49º | 0.98% | 0.18% | - |
| HSV(B) | 44.49º | 0.99% | 0.35% | - |
| XYZ | 6.23 | 6.19 | 0.9 | - |
| YUV | 66.35 | 91.12 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 67 | 1 | 0 | 0.26 | 0.99 | 0.65 | 44.49 | 0.98 | 0.18 |
| Hex | 5A | 43 | 1 | 0 | 1A | 63 | 41 | 2C | 62 | 12 |
| Octal | 132 | 103 | 1 | 0 | 32 | 143 | 101 | 54 | 142 | 22 |
| Binary | 1011010 | 1000011 | 1 | 0 | 11010 | 1100011 | 1000001 | 101100 | 1100010 | 10010 |
Color Harmonies of #5A4301
Complementary color
Monochromatic Colors of #5A4301
Black with #5A4301
Text Example
Text Example
White with #5A4301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4301; }
p { color: rgb(90,67,1); }
H1.HeaderClassName
{
color: #5A4301;
}
.AnyTagClassName
{
color: #5A4301;
}
</style>
background-color css
<style>
a { background-color: #5A4301; }
a { background-color: rgb(90,67,1); }
div.DivClassName
{
background-color: #5A4301;
}
.BgClassName
{
background-color: #5A4301;
}
</style>
border-color css
<style>
span { border-color: #5A4301; }
span { border-color: rgb(90,67,1); }
td.TdClassName
{
border-color: #5A4301;
}
.TagClassName
{
border-color: #5A4301;
}
</style>