Shades of Raw Umber #703F05
Tints of Raw Umber #703F05
RGB
CMYK
RGB Variations
Color information
#703F05 (or 0x703F05) is known color: Raw Umber. HEX triplet: 70, 3F and 05. RGB value is (112,63,5). Sum of RGB (Red+Green+Blue) = 112+63+5=180 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.22% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 112 - color contains mainly: red. Hex color #703F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703F05 is #8FC0FA. Grayscale: #474747. Windows color (decimal): -9421051 or 343920. OLE color: 343920.
HSL color Cylindrical-coordinate representation of color #703F05: hue angle of 32.52º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #703F05 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 63 | 5 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.56 |
| HSL | 32.52º | 0.91% | 0.23% | - |
| HSV(B) | 32.52º | 0.96% | 0.44% | - |
| XYZ | 8.49 | 7.01 | 1.05 | - |
| YUV | 71.04 | 90.73 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 63 | 5 | 0 | 0.44 | 0.96 | 0.56 | 32.52 | 0.91 | 0.23 |
| Hex | 70 | 3F | 5 | 0 | 2C | 60 | 38 | 21 | 5B | 17 |
| Octal | 160 | 77 | 5 | 0 | 54 | 140 | 70 | 41 | 133 | 27 |
| Binary | 1110000 | 111111 | 101 | 0 | 101100 | 1100000 | 111000 | 100001 | 1011011 | 10111 |
Color Harmonies of #703F05
Complementary color
Monochromatic Colors of #703F05
Black with #703F05
Text Example
Text Example
White with #703F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703F05; }
p { color: rgb(112,63,5); }
H1.HeaderClassName
{
color: #703F05;
}
.AnyTagClassName
{
color: #703F05;
}
</style>
background-color css
<style>
a { background-color: #703F05; }
a { background-color: rgb(112,63,5); }
div.DivClassName
{
background-color: #703F05;
}
.BgClassName
{
background-color: #703F05;
}
</style>
border-color css
<style>
span { border-color: #703F05; }
span { border-color: rgb(112,63,5); }
td.TdClassName
{
border-color: #703F05;
}
.TagClassName
{
border-color: #703F05;
}
</style>