Shades of Raw Umber #703900
Tints of Raw Umber #703900
RGB
CMYK
RGB Variations
Color information
#703900 (or 0x703900) is known color: Raw Umber. HEX triplet: 70, 39 and 00. RGB value is (112,57,0). Sum of RGB (Red+Green+Blue) = 112+57+0=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #703900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703900 is #8FC6FF. Grayscale: #434343. Windows color (decimal): -9422592 or 14704. OLE color: 14704.
HSL color Cylindrical-coordinate representation of color #703900: hue angle of 30.54º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #703900 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 57 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.56 |
| HSL | 30.54º | 1% | 0.22% | - |
| HSV(B) | 30.54º | 1% | 0.44% | - |
| XYZ | 8.15 | 6.37 | 0.8 | - |
| YUV | 66.95 | 90.22 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 57 | 0 | 0 | 0.49 | 1 | 0.56 | 30.54 | 1 | 0.22 |
| Hex | 70 | 39 | 0 | 0 | 31 | 64 | 38 | 1F | 64 | 16 |
| Octal | 160 | 71 | 0 | 0 | 61 | 144 | 70 | 37 | 144 | 26 |
| Binary | 1110000 | 111001 | 0 | 0 | 110001 | 1100100 | 111000 | 11111 | 1100100 | 10110 |
Color Harmonies of #703900
Complementary color
Monochromatic Colors of #703900
Black with #703900
Text Example
Text Example
White with #703900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703900; }
p { color: rgb(112,57,0); }
H1.HeaderClassName
{
color: #703900;
}
.AnyTagClassName
{
color: #703900;
}
</style>
background-color css
<style>
a { background-color: #703900; }
a { background-color: rgb(112,57,0); }
div.DivClassName
{
background-color: #703900;
}
.BgClassName
{
background-color: #703900;
}
</style>
border-color css
<style>
span { border-color: #703900; }
span { border-color: rgb(112,57,0); }
td.TdClassName
{
border-color: #703900;
}
.TagClassName
{
border-color: #703900;
}
</style>