Shades of Raw Umber #70490C
Tints of Raw Umber #70490C
RGB
CMYK
RGB Variations
Color information
#70490C (or 0x70490C) is known color: Raw Umber. HEX triplet: 70, 49 and 0C. RGB value is (112,73,12). Sum of RGB (Red+Green+Blue) = 112+73+12=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #70490C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70490C is #8FB6F3. Grayscale: #4D4D4D. Windows color (decimal): -9418484 or 805232. OLE color: 805232.
HSL color Cylindrical-coordinate representation of color #70490C: hue angle of 36.6º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70490C is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 73 | 12 | - |
| CMYK | 0 | 0.35 | 0.89 | 0.56 |
| HSL | 36.6º | 0.81% | 0.24% | - |
| HSV(B) | 36.6º | 0.89% | 0.44% | - |
| XYZ | 9.13 | 8.24 | 1.46 | - |
| YUV | 77.71 | 90.92 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 73 | 12 | 0 | 0.35 | 0.89 | 0.56 | 36.6 | 0.81 | 0.24 |
| Hex | 70 | 49 | C | 0 | 23 | 59 | 38 | 25 | 51 | 18 |
| Octal | 160 | 111 | 14 | 0 | 43 | 131 | 70 | 45 | 121 | 30 |
| Binary | 1110000 | 1001001 | 1100 | 0 | 100011 | 1011001 | 111000 | 100101 | 1010001 | 11000 |
Color Harmonies of #70490C
Complementary color
Monochromatic Colors of #70490C
Black with #70490C
Text Example
Text Example
White with #70490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70490C; }
p { color: rgb(112,73,12); }
H1.HeaderClassName
{
color: #70490C;
}
.AnyTagClassName
{
color: #70490C;
}
</style>
background-color css
<style>
a { background-color: #70490C; }
a { background-color: rgb(112,73,12); }
div.DivClassName
{
background-color: #70490C;
}
.BgClassName
{
background-color: #70490C;
}
</style>
border-color css
<style>
span { border-color: #70490C; }
span { border-color: rgb(112,73,12); }
td.TdClassName
{
border-color: #70490C;
}
.TagClassName
{
border-color: #70490C;
}
</style>