Shades of Raw Umber #703F03
Tints of Raw Umber #703F03
RGB
CMYK
RGB Variations
Color information
#703F03 (or 0x703F03) is known color: Raw Umber. HEX triplet: 70, 3F and 03. RGB value is (112,63,3). Sum of RGB (Red+Green+Blue) = 112+63+3=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #703F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703F03 is #8FC0FC. Grayscale: #474747. Windows color (decimal): -9421053 or 212848. OLE color: 212848.
HSL color Cylindrical-coordinate representation of color #703F03: hue angle of 33.03º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #703F03 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 63 | 3 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.56 |
| HSL | 33.03º | 0.95% | 0.23% | - |
| HSV(B) | 33.03º | 0.97% | 0.44% | - |
| XYZ | 8.48 | 7.01 | 0.99 | - |
| YUV | 70.81 | 89.73 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 3 | 0 | 0.44 | 0.97 | 0.56 | 33.03 | 0.95 | 0.23 |
| Hex | 70 | 3F | 3 | 0 | 2C | 61 | 38 | 21 | 5F | 17 |
| Octal | 160 | 77 | 3 | 0 | 54 | 141 | 70 | 41 | 137 | 27 |
| Binary | 1110000 | 111111 | 11 | 0 | 101100 | 1100001 | 111000 | 100001 | 1011111 | 10111 |
Color Harmonies of #703F03
Complementary color
Monochromatic Colors of #703F03
Black with #703F03
Text Example
Text Example
White with #703F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703F03; }
p { color: rgb(112,63,3); }
H1.HeaderClassName
{
color: #703F03;
}
.AnyTagClassName
{
color: #703F03;
}
</style>
background-color css
<style>
a { background-color: #703F03; }
a { background-color: rgb(112,63,3); }
div.DivClassName
{
background-color: #703F03;
}
.BgClassName
{
background-color: #703F03;
}
</style>
border-color css
<style>
span { border-color: #703F03; }
span { border-color: rgb(112,63,3); }
td.TdClassName
{
border-color: #703F03;
}
.TagClassName
{
border-color: #703F03;
}
</style>