Shades of Raw Umber #703905
Tints of Raw Umber #703905
RGB
CMYK
RGB Variations
Color information
#703905 (or 0x703905) is known color: Raw Umber. HEX triplet: 70, 39 and 05. RGB value is (112,57,5). Sum of RGB (Red+Green+Blue) = 112+57+5=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #703905 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703905 is #8FC6FA. Grayscale: #434343. Windows color (decimal): -9422587 or 342384. OLE color: 342384.
HSL color Cylindrical-coordinate representation of color #703905: hue angle of 29.16º 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 #703905 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 57 | 5 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.56 |
| HSL | 29.16º | 0.91% | 0.23% | - |
| HSV(B) | 29.16º | 0.96% | 0.44% | - |
| XYZ | 8.17 | 6.38 | 0.94 | - |
| YUV | 67.52 | 92.72 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 57 | 5 | 0 | 0.49 | 0.96 | 0.56 | 29.16 | 0.91 | 0.23 |
| Hex | 70 | 39 | 5 | 0 | 31 | 60 | 38 | 1D | 5B | 17 |
| Octal | 160 | 71 | 5 | 0 | 61 | 140 | 70 | 35 | 133 | 27 |
| Binary | 1110000 | 111001 | 101 | 0 | 110001 | 1100000 | 111000 | 11101 | 1011011 | 10111 |
Color Harmonies of #703905
Complementary color
Monochromatic Colors of #703905
Black with #703905
Text Example
Text Example
White with #703905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703905; }
p { color: rgb(112,57,5); }
H1.HeaderClassName
{
color: #703905;
}
.AnyTagClassName
{
color: #703905;
}
</style>
background-color css
<style>
a { background-color: #703905; }
a { background-color: rgb(112,57,5); }
div.DivClassName
{
background-color: #703905;
}
.BgClassName
{
background-color: #703905;
}
</style>
border-color css
<style>
span { border-color: #703905; }
span { border-color: rgb(112,57,5); }
td.TdClassName
{
border-color: #703905;
}
.TagClassName
{
border-color: #703905;
}
</style>