Shades of Raw Umber #70490A
Tints of Raw Umber #70490A
RGB
CMYK
RGB Variations
Color information
#70490A (or 0x70490A) is known color: Raw Umber. HEX triplet: 70, 49 and 0A. RGB value is (112,73,10). Sum of RGB (Red+Green+Blue) = 112+73+10=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 10 (4.30% from 255 or 5.13% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #70490A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70490A is #8FB6F5. Grayscale: #4D4D4D. Windows color (decimal): -9418486 or 674160. OLE color: 674160.
HSL color Cylindrical-coordinate representation of color #70490A: hue angle of 37.06º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70490A is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 73 | 10 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.56 |
| HSL | 37.06º | 0.84% | 0.24% | - |
| HSV(B) | 37.06º | 0.91% | 0.44% | - |
| XYZ | 9.12 | 8.23 | 1.4 | - |
| YUV | 77.48 | 89.92 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 73 | 10 | 0 | 0.35 | 0.91 | 0.56 | 37.06 | 0.84 | 0.24 |
| Hex | 70 | 49 | A | 0 | 23 | 5B | 38 | 25 | 54 | 18 |
| Octal | 160 | 111 | 12 | 0 | 43 | 133 | 70 | 45 | 124 | 30 |
| Binary | 1110000 | 1001001 | 1010 | 0 | 100011 | 1011011 | 111000 | 100101 | 1010100 | 11000 |
Color Harmonies of #70490A
Complementary color
Monochromatic Colors of #70490A
Black with #70490A
Text Example
Text Example
White with #70490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70490A; }
p { color: rgb(112,73,10); }
H1.HeaderClassName
{
color: #70490A;
}
.AnyTagClassName
{
color: #70490A;
}
</style>
background-color css
<style>
a { background-color: #70490A; }
a { background-color: rgb(112,73,10); }
div.DivClassName
{
background-color: #70490A;
}
.BgClassName
{
background-color: #70490A;
}
</style>
border-color css
<style>
span { border-color: #70490A; }
span { border-color: rgb(112,73,10); }
td.TdClassName
{
border-color: #70490A;
}
.TagClassName
{
border-color: #70490A;
}
</style>