Shades of Raw Umber #70390A
Tints of Raw Umber #70390A
RGB
CMYK
RGB Variations
Color information
#70390A (or 0x70390A) is known color: Raw Umber. HEX triplet: 70, 39 and 0A. RGB value is (112,57,10). Sum of RGB (Red+Green+Blue) = 112+57+10=179 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.57% from 179); Green value is 57 (22.66% from 255 or 31.84% from 179); Blue value is 10 (4.30% from 255 or 5.59% from 179); Max value from RGB is 112 - color contains mainly: red. Hex color #70390A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70390A is #8FC6F5. Grayscale: #444444. Windows color (decimal): -9422582 or 670064. OLE color: 670064.
HSL color Cylindrical-coordinate representation of color #70390A: hue angle of 27.65º 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 #70390A is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 57 | 10 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.56 |
| HSL | 27.65º | 0.84% | 0.24% | - |
| HSV(B) | 27.65º | 0.91% | 0.44% | - |
| XYZ | 8.2 | 6.39 | 1.09 | - |
| YUV | 68.09 | 95.22 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 57 | 10 | 0 | 0.49 | 0.91 | 0.56 | 27.65 | 0.84 | 0.24 |
| Hex | 70 | 39 | A | 0 | 31 | 5B | 38 | 1C | 54 | 18 |
| Octal | 160 | 71 | 12 | 0 | 61 | 133 | 70 | 34 | 124 | 30 |
| Binary | 1110000 | 111001 | 1010 | 0 | 110001 | 1011011 | 111000 | 11100 | 1010100 | 11000 |
Color Harmonies of #70390A
Complementary color
Monochromatic Colors of #70390A
Black with #70390A
Text Example
Text Example
White with #70390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70390A; }
p { color: rgb(112,57,10); }
H1.HeaderClassName
{
color: #70390A;
}
.AnyTagClassName
{
color: #70390A;
}
</style>
background-color css
<style>
a { background-color: #70390A; }
a { background-color: rgb(112,57,10); }
div.DivClassName
{
background-color: #70390A;
}
.BgClassName
{
background-color: #70390A;
}
</style>
border-color css
<style>
span { border-color: #70390A; }
span { border-color: rgb(112,57,10); }
td.TdClassName
{
border-color: #70390A;
}
.TagClassName
{
border-color: #70390A;
}
</style>