Shades of Raw Umber #703704
Tints of Raw Umber #703704
RGB
CMYK
RGB Variations
Color information
#703704 (or 0x703704) is known color: Raw Umber. HEX triplet: 70, 37 and 04. RGB value is (112,55,4). Sum of RGB (Red+Green+Blue) = 112+55+4=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #703704 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703704 is #8FC8FB. Grayscale: #424242. Windows color (decimal): -9423100 or 276336. OLE color: 276336.
HSL color Cylindrical-coordinate representation of color #703704: hue angle of 28.33º 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 #703704 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 55 | 4 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.56 |
| HSL | 28.33º | 0.93% | 0.23% | - |
| HSV(B) | 28.33º | 0.96% | 0.44% | - |
| XYZ | 8.07 | 6.19 | 0.88 | - |
| YUV | 66.23 | 92.88 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 55 | 4 | 0 | 0.51 | 0.96 | 0.56 | 28.33 | 0.93 | 0.23 |
| Hex | 70 | 37 | 4 | 0 | 33 | 60 | 38 | 1C | 5D | 17 |
| Octal | 160 | 67 | 4 | 0 | 63 | 140 | 70 | 34 | 135 | 27 |
| Binary | 1110000 | 110111 | 100 | 0 | 110011 | 1100000 | 111000 | 11100 | 1011101 | 10111 |
Color Harmonies of #703704
Complementary color
Monochromatic Colors of #703704
Black with #703704
Text Example
Text Example
White with #703704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703704; }
p { color: rgb(112,55,4); }
H1.HeaderClassName
{
color: #703704;
}
.AnyTagClassName
{
color: #703704;
}
</style>
background-color css
<style>
a { background-color: #703704; }
a { background-color: rgb(112,55,4); }
div.DivClassName
{
background-color: #703704;
}
.BgClassName
{
background-color: #703704;
}
</style>
border-color css
<style>
span { border-color: #703704; }
span { border-color: rgb(112,55,4); }
td.TdClassName
{
border-color: #703704;
}
.TagClassName
{
border-color: #703704;
}
</style>