Shades of Raw Umber #703F12
Tints of Raw Umber #703F12
RGB
CMYK
RGB Variations
Color information
#703F12 (or 0x703F12) is known color: Raw Umber. HEX triplet: 70, 3F and 12. RGB value is (112,63,18). Sum of RGB (Red+Green+Blue) = 112+63+18=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #703F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703F12 is #8FC0ED. Grayscale: #484848. Windows color (decimal): -9421038 or 1195888. OLE color: 1195888.
HSL color Cylindrical-coordinate representation of color #703F12: hue angle of 28.72º 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 #703F12 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 63 | 18 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.56 |
| HSL | 28.72º | 0.72% | 0.25% | - |
| HSV(B) | 28.72º | 0.84% | 0.44% | - |
| XYZ | 8.57 | 7.04 | 1.48 | - |
| YUV | 72.52 | 97.23 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 18 | 0 | 0.44 | 0.84 | 0.56 | 28.72 | 0.72 | 0.25 |
| Hex | 70 | 3F | 12 | 0 | 2C | 54 | 38 | 1D | 48 | 19 |
| Octal | 160 | 77 | 22 | 0 | 54 | 124 | 70 | 35 | 110 | 31 |
| Binary | 1110000 | 111111 | 10010 | 0 | 101100 | 1010100 | 111000 | 11101 | 1001000 | 11001 |
Color Harmonies of #703F12
Complementary color
Monochromatic Colors of #703F12
Black with #703F12
Text Example
Text Example
White with #703F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703F12; }
p { color: rgb(112,63,18); }
H1.HeaderClassName
{
color: #703F12;
}
.AnyTagClassName
{
color: #703F12;
}
</style>
background-color css
<style>
a { background-color: #703F12; }
a { background-color: rgb(112,63,18); }
div.DivClassName
{
background-color: #703F12;
}
.BgClassName
{
background-color: #703F12;
}
</style>
border-color css
<style>
span { border-color: #703F12; }
span { border-color: rgb(112,63,18); }
td.TdClassName
{
border-color: #703F12;
}
.TagClassName
{
border-color: #703F12;
}
</style>