Shades of Raw Umber #703F0B
Tints of Raw Umber #703F0B
RGB
CMYK
RGB Variations
Color information
#703F0B (or 0x703F0B) is known color: Raw Umber. HEX triplet: 70, 3F and 0B. RGB value is (112,63,11). Sum of RGB (Red+Green+Blue) = 112+63+11=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #703F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703F0B is #8FC0F4. Grayscale: #474747. Windows color (decimal): -9421045 or 737136. OLE color: 737136.
HSL color Cylindrical-coordinate representation of color #703F0B: hue angle of 30.89º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #703F0B is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 63 | 11 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.56 |
| HSL | 30.89º | 0.82% | 0.24% | - |
| HSV(B) | 30.89º | 0.9% | 0.44% | - |
| XYZ | 8.52 | 7.02 | 1.22 | - |
| YUV | 71.72 | 93.73 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 11 | 0 | 0.44 | 0.90 | 0.56 | 30.89 | 0.82 | 0.24 |
| Hex | 70 | 3F | B | 0 | 2C | 5A | 38 | 1F | 52 | 18 |
| Octal | 160 | 77 | 13 | 0 | 54 | 132 | 70 | 37 | 122 | 30 |
| Binary | 1110000 | 111111 | 1011 | 0 | 101100 | 1011010 | 111000 | 11111 | 1010010 | 11000 |
Color Harmonies of #703F0B
Complementary color
Monochromatic Colors of #703F0B
Black with #703F0B
Text Example
Text Example
White with #703F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703F0B; }
p { color: rgb(112,63,11); }
H1.HeaderClassName
{
color: #703F0B;
}
.AnyTagClassName
{
color: #703F0B;
}
</style>
background-color css
<style>
a { background-color: #703F0B; }
a { background-color: rgb(112,63,11); }
div.DivClassName
{
background-color: #703F0B;
}
.BgClassName
{
background-color: #703F0B;
}
</style>
border-color css
<style>
span { border-color: #703F0B; }
span { border-color: rgb(112,63,11); }
td.TdClassName
{
border-color: #703F0B;
}
.TagClassName
{
border-color: #703F0B;
}
</style>