Shades of Raw Umber #704012
Tints of Raw Umber #704012
RGB
CMYK
RGB Variations
Color information
#704012 (or 0x704012) is known color: Raw Umber. HEX triplet: 70, 40 and 12. RGB value is (112,64,18). Sum of RGB (Red+Green+Blue) = 112+64+18=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #704012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704012 is #8FBFED. Grayscale: #494949. Windows color (decimal): -9420782 or 1196144. OLE color: 1196144.
HSL color Cylindrical-coordinate representation of color #704012: hue angle of 29.36º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #704012 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 64 | 18 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.56 |
| HSL | 29.36º | 0.72% | 0.25% | - |
| HSV(B) | 29.36º | 0.84% | 0.44% | - |
| XYZ | 8.62 | 7.16 | 1.5 | - |
| YUV | 73.11 | 96.9 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 64 | 18 | 0 | 0.43 | 0.84 | 0.56 | 29.36 | 0.72 | 0.25 |
| Hex | 70 | 40 | 12 | 0 | 2B | 54 | 38 | 1D | 48 | 19 |
| Octal | 160 | 100 | 22 | 0 | 53 | 124 | 70 | 35 | 110 | 31 |
| Binary | 1110000 | 1000000 | 10010 | 0 | 101011 | 1010100 | 111000 | 11101 | 1001000 | 11001 |
Color Harmonies of #704012
Complementary color
Monochromatic Colors of #704012
Black with #704012
Text Example
Text Example
White with #704012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704012; }
p { color: rgb(112,64,18); }
H1.HeaderClassName
{
color: #704012;
}
.AnyTagClassName
{
color: #704012;
}
</style>
background-color css
<style>
a { background-color: #704012; }
a { background-color: rgb(112,64,18); }
div.DivClassName
{
background-color: #704012;
}
.BgClassName
{
background-color: #704012;
}
</style>
border-color css
<style>
span { border-color: #704012; }
span { border-color: rgb(112,64,18); }
td.TdClassName
{
border-color: #704012;
}
.TagClassName
{
border-color: #704012;
}
</style>