Shades of Raw Umber #5A410A
Tints of Raw Umber #5A410A
RGB
CMYK
RGB Variations
Color information
#5A410A (or 0x5A410A) is known color: Raw Umber. HEX triplet: 5A, 41 and 0A. RGB value is (90,65,10). Sum of RGB (Red+Green+Blue) = 90+65+10=165 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.55% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 90 - color contains mainly: red. Hex color #5A410A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A410A is #A5BEF5. Grayscale: #424242. Windows color (decimal): -10862326 or 672090. OLE color: 672090.
HSL color Cylindrical-coordinate representation of color #5A410A: hue angle of 41.25º 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 #5A410A is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 65 | 10 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.65 |
| HSL | 41.25º | 0.8% | 0.2% | - |
| HSV(B) | 41.25º | 0.89% | 0.35% | - |
| XYZ | 6.16 | 5.98 | 1.12 | - |
| YUV | 66.21 | 96.28 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 65 | 10 | 0 | 0.28 | 0.89 | 0.65 | 41.25 | 0.8 | 0.2 |
| Hex | 5A | 41 | A | 0 | 1C | 59 | 41 | 29 | 50 | 14 |
| Octal | 132 | 101 | 12 | 0 | 34 | 131 | 101 | 51 | 120 | 24 |
| Binary | 1011010 | 1000001 | 1010 | 0 | 11100 | 1011001 | 1000001 | 101001 | 1010000 | 10100 |
Color Harmonies of #5A410A
Complementary color
Monochromatic Colors of #5A410A
Black with #5A410A
Text Example
Text Example
White with #5A410A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A410A; }
p { color: rgb(90,65,10); }
H1.HeaderClassName
{
color: #5A410A;
}
.AnyTagClassName
{
color: #5A410A;
}
</style>
background-color css
<style>
a { background-color: #5A410A; }
a { background-color: rgb(90,65,10); }
div.DivClassName
{
background-color: #5A410A;
}
.BgClassName
{
background-color: #5A410A;
}
</style>
border-color css
<style>
span { border-color: #5A410A; }
span { border-color: rgb(90,65,10); }
td.TdClassName
{
border-color: #5A410A;
}
.TagClassName
{
border-color: #5A410A;
}
</style>