Shades of Raw Umber #703904
Tints of Raw Umber #703904
RGB
CMYK
RGB Variations
Color information
#703904 (or 0x703904) is known color: Raw Umber. HEX triplet: 70, 39 and 04. RGB value is (112,57,4). Sum of RGB (Red+Green+Blue) = 112+57+4=173 (22% of max value = 765). Red value is 112 (44.14% from 255 or 64.74% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 112 - color contains mainly: red. Hex color #703904 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703904 is #8FC6FB. Grayscale: #434343. Windows color (decimal): -9422588 or 276848. OLE color: 276848.
HSL color Cylindrical-coordinate representation of color #703904: hue angle of 29.44º degrees, saturation: 0.93, 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 #703904 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 57 | 4 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.56 |
| HSL | 29.44º | 0.93% | 0.23% | - |
| HSV(B) | 29.44º | 0.96% | 0.44% | - |
| XYZ | 8.17 | 6.38 | 0.92 | - |
| YUV | 67.4 | 92.22 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 57 | 4 | 0 | 0.49 | 0.96 | 0.56 | 29.44 | 0.93 | 0.23 |
| Hex | 70 | 39 | 4 | 0 | 31 | 60 | 38 | 1D | 5D | 17 |
| Octal | 160 | 71 | 4 | 0 | 61 | 140 | 70 | 35 | 135 | 27 |
| Binary | 1110000 | 111001 | 100 | 0 | 110001 | 1100000 | 111000 | 11101 | 1011101 | 10111 |
Color Harmonies of #703904
Complementary color
Monochromatic Colors of #703904
Black with #703904
Text Example
Text Example
White with #703904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703904; }
p { color: rgb(112,57,4); }
H1.HeaderClassName
{
color: #703904;
}
.AnyTagClassName
{
color: #703904;
}
</style>
background-color css
<style>
a { background-color: #703904; }
a { background-color: rgb(112,57,4); }
div.DivClassName
{
background-color: #703904;
}
.BgClassName
{
background-color: #703904;
}
</style>
border-color css
<style>
span { border-color: #703904; }
span { border-color: rgb(112,57,4); }
td.TdClassName
{
border-color: #703904;
}
.TagClassName
{
border-color: #703904;
}
</style>