Shades of Raw Umber #703F10
Tints of Raw Umber #703F10
RGB
CMYK
RGB Variations
Color information
#703F10 (or 0x703F10) is known color: Raw Umber. HEX triplet: 70, 3F and 10. RGB value is (112,63,16). Sum of RGB (Red+Green+Blue) = 112+63+16=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #703F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703F10 is #8FC0EF. Grayscale: #484848. Windows color (decimal): -9421040 or 1064816. OLE color: 1064816.
HSL color Cylindrical-coordinate representation of color #703F10: hue angle of 29.38º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #703F10 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 63 | 16 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.56 |
| HSL | 29.38º | 0.75% | 0.25% | - |
| HSV(B) | 29.38º | 0.86% | 0.44% | - |
| XYZ | 8.55 | 7.04 | 1.4 | - |
| YUV | 72.29 | 96.23 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 16 | 0 | 0.44 | 0.86 | 0.56 | 29.38 | 0.75 | 0.25 |
| Hex | 70 | 3F | 10 | 0 | 2C | 56 | 38 | 1D | 4B | 19 |
| Octal | 160 | 77 | 20 | 0 | 54 | 126 | 70 | 35 | 113 | 31 |
| Binary | 1110000 | 111111 | 10000 | 0 | 101100 | 1010110 | 111000 | 11101 | 1001011 | 11001 |
Color Harmonies of #703F10
Complementary color
Monochromatic Colors of #703F10
Black with #703F10
Text Example
Text Example
White with #703F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703F10; }
p { color: rgb(112,63,16); }
H1.HeaderClassName
{
color: #703F10;
}
.AnyTagClassName
{
color: #703F10;
}
</style>
background-color css
<style>
a { background-color: #703F10; }
a { background-color: rgb(112,63,16); }
div.DivClassName
{
background-color: #703F10;
}
.BgClassName
{
background-color: #703F10;
}
</style>
border-color css
<style>
span { border-color: #703F10; }
span { border-color: rgb(112,63,16); }
td.TdClassName
{
border-color: #703F10;
}
.TagClassName
{
border-color: #703F10;
}
</style>