Shades of Raw Umber #70490F
Tints of Raw Umber #70490F
RGB
CMYK
RGB Variations
Color information
#70490F (or 0x70490F) is known color: Raw Umber. HEX triplet: 70, 49 and 0F. RGB value is (112,73,15). Sum of RGB (Red+Green+Blue) = 112+73+15=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 15 (6.25% from 255 or 7.5% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #70490F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70490F is #8FB6F0. Grayscale: #4E4E4E. Windows color (decimal): -9418481 or 1001840. OLE color: 1001840.
HSL color Cylindrical-coordinate representation of color #70490F: hue angle of 35.88º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70490F is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 73 | 15 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.56 |
| HSL | 35.88º | 0.76% | 0.25% | - |
| HSV(B) | 35.88º | 0.87% | 0.44% | - |
| XYZ | 9.15 | 8.24 | 1.56 | - |
| YUV | 78.05 | 92.42 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 73 | 15 | 0 | 0.35 | 0.87 | 0.56 | 35.88 | 0.76 | 0.25 |
| Hex | 70 | 49 | F | 0 | 23 | 57 | 38 | 24 | 4C | 19 |
| Octal | 160 | 111 | 17 | 0 | 43 | 127 | 70 | 44 | 114 | 31 |
| Binary | 1110000 | 1001001 | 1111 | 0 | 100011 | 1010111 | 111000 | 100100 | 1001100 | 11001 |
Color Harmonies of #70490F
Complementary color
Monochromatic Colors of #70490F
Black with #70490F
Text Example
Text Example
White with #70490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70490F; }
p { color: rgb(112,73,15); }
H1.HeaderClassName
{
color: #70490F;
}
.AnyTagClassName
{
color: #70490F;
}
</style>
background-color css
<style>
a { background-color: #70490F; }
a { background-color: rgb(112,73,15); }
div.DivClassName
{
background-color: #70490F;
}
.BgClassName
{
background-color: #70490F;
}
</style>
border-color css
<style>
span { border-color: #70490F; }
span { border-color: rgb(112,73,15); }
td.TdClassName
{
border-color: #70490F;
}
.TagClassName
{
border-color: #70490F;
}
</style>