Shades of Raw Umber #703F13
Tints of Raw Umber #703F13
RGB
CMYK
RGB Variations
Color information
#703F13 (or 0x703F13) is known color: Raw Umber. HEX triplet: 70, 3F and 13. RGB value is (112,63,19). Sum of RGB (Red+Green+Blue) = 112+63+19=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #703F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703F13 is #8FC0EC. Grayscale: #484848. Windows color (decimal): -9421037 or 1261424. OLE color: 1261424.
HSL color Cylindrical-coordinate representation of color #703F13: hue angle of 28.39º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #703F13 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 63 | 19 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.56 |
| HSL | 28.39º | 0.71% | 0.26% | - |
| HSV(B) | 28.39º | 0.83% | 0.44% | - |
| XYZ | 8.58 | 7.05 | 1.52 | - |
| YUV | 72.64 | 97.73 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 19 | 0 | 0.44 | 0.83 | 0.56 | 28.39 | 0.71 | 0.26 |
| Hex | 70 | 3F | 13 | 0 | 2C | 53 | 38 | 1C | 47 | 1A |
| Octal | 160 | 77 | 23 | 0 | 54 | 123 | 70 | 34 | 107 | 32 |
| Binary | 1110000 | 111111 | 10011 | 0 | 101100 | 1010011 | 111000 | 11100 | 1000111 | 11010 |
Color Harmonies of #703F13
Complementary color
Monochromatic Colors of #703F13
Black with #703F13
Text Example
Text Example
White with #703F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703F13; }
p { color: rgb(112,63,19); }
H1.HeaderClassName
{
color: #703F13;
}
.AnyTagClassName
{
color: #703F13;
}
</style>
background-color css
<style>
a { background-color: #703F13; }
a { background-color: rgb(112,63,19); }
div.DivClassName
{
background-color: #703F13;
}
.BgClassName
{
background-color: #703F13;
}
</style>
border-color css
<style>
span { border-color: #703F13; }
span { border-color: rgb(112,63,19); }
td.TdClassName
{
border-color: #703F13;
}
.TagClassName
{
border-color: #703F13;
}
</style>