Shades of Raw Umber #5A4305
Tints of Raw Umber #5A4305
RGB
CMYK
RGB Variations
Color information
#5A4305 (or 0x5A4305) is known color: Raw Umber. HEX triplet: 5A, 43 and 05. RGB value is (90,67,5). Sum of RGB (Red+Green+Blue) = 90+67+5=162 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.56% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4305 is #A5BCFA. Grayscale: #434343. Windows color (decimal): -10861819 or 344922. OLE color: 344922.
HSL color Cylindrical-coordinate representation of color #5A4305: hue angle of 43.76º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A4305 is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 67 | 5 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.65 |
| HSL | 43.76º | 0.89% | 0.19% | - |
| HSV(B) | 43.76º | 0.94% | 0.35% | - |
| XYZ | 6.25 | 6.2 | 1.01 | - |
| YUV | 66.81 | 93.12 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 67 | 5 | 0 | 0.26 | 0.94 | 0.65 | 43.76 | 0.89 | 0.19 |
| Hex | 5A | 43 | 5 | 0 | 1A | 5E | 41 | 2C | 59 | 13 |
| Octal | 132 | 103 | 5 | 0 | 32 | 136 | 101 | 54 | 131 | 23 |
| Binary | 1011010 | 1000011 | 101 | 0 | 11010 | 1011110 | 1000001 | 101100 | 1011001 | 10011 |
Color Harmonies of #5A4305
Complementary color
Monochromatic Colors of #5A4305
Black with #5A4305
Text Example
Text Example
White with #5A4305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4305; }
p { color: rgb(90,67,5); }
H1.HeaderClassName
{
color: #5A4305;
}
.AnyTagClassName
{
color: #5A4305;
}
</style>
background-color css
<style>
a { background-color: #5A4305; }
a { background-color: rgb(90,67,5); }
div.DivClassName
{
background-color: #5A4305;
}
.BgClassName
{
background-color: #5A4305;
}
</style>
border-color css
<style>
span { border-color: #5A4305; }
span { border-color: rgb(90,67,5); }
td.TdClassName
{
border-color: #5A4305;
}
.TagClassName
{
border-color: #5A4305;
}
</style>