Shades of Raw Umber #703E0F
Tints of Raw Umber #703E0F
RGB
CMYK
RGB Variations
Color information
#703E0F (or 0x703E0F) is known color: Raw Umber. HEX triplet: 70, 3E and 0F. RGB value is (112,62,15). Sum of RGB (Red+Green+Blue) = 112+62+15=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #703E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703E0F is #8FC1F0. Grayscale: #474747. Windows color (decimal): -9421297 or 999024. OLE color: 999024.
HSL color Cylindrical-coordinate representation of color #703E0F: hue angle of 29.07º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #703E0F is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 62 | 15 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.56 |
| HSL | 29.07º | 0.76% | 0.25% | - |
| HSV(B) | 29.07º | 0.87% | 0.44% | - |
| XYZ | 8.49 | 6.92 | 1.34 | - |
| YUV | 71.59 | 96.07 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 62 | 15 | 0 | 0.45 | 0.87 | 0.56 | 29.07 | 0.76 | 0.25 |
| Hex | 70 | 3E | F | 0 | 2D | 57 | 38 | 1D | 4C | 19 |
| Octal | 160 | 76 | 17 | 0 | 55 | 127 | 70 | 35 | 114 | 31 |
| Binary | 1110000 | 111110 | 1111 | 0 | 101101 | 1010111 | 111000 | 11101 | 1001100 | 11001 |
Color Harmonies of #703E0F
Complementary color
Monochromatic Colors of #703E0F
Black with #703E0F
Text Example
Text Example
White with #703E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703E0F; }
p { color: rgb(112,62,15); }
H1.HeaderClassName
{
color: #703E0F;
}
.AnyTagClassName
{
color: #703E0F;
}
</style>
background-color css
<style>
a { background-color: #703E0F; }
a { background-color: rgb(112,62,15); }
div.DivClassName
{
background-color: #703E0F;
}
.BgClassName
{
background-color: #703E0F;
}
</style>
border-color css
<style>
span { border-color: #703E0F; }
span { border-color: rgb(112,62,15); }
td.TdClassName
{
border-color: #703E0F;
}
.TagClassName
{
border-color: #703E0F;
}
</style>