Shades of Raw Umber #70440C
Tints of Raw Umber #70440C
RGB
CMYK
RGB Variations
Color information
#70440C (or 0x70440C) is known color: Raw Umber. HEX triplet: 70, 44 and 0C. RGB value is (112,68,12). Sum of RGB (Red+Green+Blue) = 112+68+12=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #70440C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70440C is #8FBBF3. Grayscale: #4B4B4B. Windows color (decimal): -9419764 or 803952. OLE color: 803952.
HSL color Cylindrical-coordinate representation of color #70440C: hue angle of 33.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 #70440C is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 68 | 12 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.56 |
| HSL | 33.6º | 0.81% | 0.24% | - |
| HSV(B) | 33.6º | 0.89% | 0.44% | - |
| XYZ | 8.82 | 7.61 | 1.35 | - |
| YUV | 74.77 | 92.58 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 68 | 12 | 0 | 0.39 | 0.89 | 0.56 | 33.6 | 0.81 | 0.24 |
| Hex | 70 | 44 | C | 0 | 27 | 59 | 38 | 22 | 51 | 18 |
| Octal | 160 | 104 | 14 | 0 | 47 | 131 | 70 | 42 | 121 | 30 |
| Binary | 1110000 | 1000100 | 1100 | 0 | 100111 | 1011001 | 111000 | 100010 | 1010001 | 11000 |
Color Harmonies of #70440C
Complementary color
Monochromatic Colors of #70440C
Black with #70440C
Text Example
Text Example
White with #70440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70440C; }
p { color: rgb(112,68,12); }
H1.HeaderClassName
{
color: #70440C;
}
.AnyTagClassName
{
color: #70440C;
}
</style>
background-color css
<style>
a { background-color: #70440C; }
a { background-color: rgb(112,68,12); }
div.DivClassName
{
background-color: #70440C;
}
.BgClassName
{
background-color: #70440C;
}
</style>
border-color css
<style>
span { border-color: #70440C; }
span { border-color: rgb(112,68,12); }
td.TdClassName
{
border-color: #70440C;
}
.TagClassName
{
border-color: #70440C;
}
</style>