Shades of Raw Umber #703C0F
Tints of Raw Umber #703C0F
RGB
CMYK
RGB Variations
Color information
#703C0F (or 0x703C0F) is known color: Raw Umber. HEX triplet: 70, 3C and 0F. RGB value is (112,60,15). Sum of RGB (Red+Green+Blue) = 112+60+15=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #703C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703C0F is #8FC3F0. Grayscale: #464646. Windows color (decimal): -9421809 or 998512. OLE color: 998512.
HSL color Cylindrical-coordinate representation of color #703C0F: hue angle of 27.84º 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 #703C0F is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 60 | 15 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.56 |
| HSL | 27.84º | 0.76% | 0.25% | - |
| HSV(B) | 27.84º | 0.87% | 0.44% | - |
| XYZ | 8.38 | 6.71 | 1.31 | - |
| YUV | 70.42 | 96.73 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 60 | 15 | 0 | 0.46 | 0.87 | 0.56 | 27.84 | 0.76 | 0.25 |
| Hex | 70 | 3C | F | 0 | 2E | 57 | 38 | 1C | 4C | 19 |
| Octal | 160 | 74 | 17 | 0 | 56 | 127 | 70 | 34 | 114 | 31 |
| Binary | 1110000 | 111100 | 1111 | 0 | 101110 | 1010111 | 111000 | 11100 | 1001100 | 11001 |
Color Harmonies of #703C0F
Complementary color
Monochromatic Colors of #703C0F
Black with #703C0F
Text Example
Text Example
White with #703C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703C0F; }
p { color: rgb(112,60,15); }
H1.HeaderClassName
{
color: #703C0F;
}
.AnyTagClassName
{
color: #703C0F;
}
</style>
background-color css
<style>
a { background-color: #703C0F; }
a { background-color: rgb(112,60,15); }
div.DivClassName
{
background-color: #703C0F;
}
.BgClassName
{
background-color: #703C0F;
}
</style>
border-color css
<style>
span { border-color: #703C0F; }
span { border-color: rgb(112,60,15); }
td.TdClassName
{
border-color: #703C0F;
}
.TagClassName
{
border-color: #703C0F;
}
</style>