Shades of Raw Umber #704702
Tints of Raw Umber #704702
RGB
CMYK
RGB Variations
Color information
#704702 (or 0x704702) is known color: Raw Umber. HEX triplet: 70, 47 and 02. RGB value is (112,71,2). Sum of RGB (Red+Green+Blue) = 112+71+2=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #704702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704702 is #8FB8FD. Grayscale: #4B4B4B. Windows color (decimal): -9419006 or 149360. OLE color: 149360.
HSL color Cylindrical-coordinate representation of color #704702: hue angle of 37.64º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #704702 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 71 | 2 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.56 |
| HSL | 37.64º | 0.96% | 0.22% | - |
| HSV(B) | 37.64º | 0.98% | 0.44% | - |
| XYZ | 8.95 | 7.96 | 1.12 | - |
| YUV | 75.39 | 86.58 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 71 | 2 | 0 | 0.37 | 0.98 | 0.56 | 37.64 | 0.96 | 0.22 |
| Hex | 70 | 47 | 2 | 0 | 25 | 62 | 38 | 26 | 60 | 16 |
| Octal | 160 | 107 | 2 | 0 | 45 | 142 | 70 | 46 | 140 | 26 |
| Binary | 1110000 | 1000111 | 10 | 0 | 100101 | 1100010 | 111000 | 100110 | 1100000 | 10110 |
Color Harmonies of #704702
Complementary color
Monochromatic Colors of #704702
Black with #704702
Text Example
Text Example
White with #704702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704702; }
p { color: rgb(112,71,2); }
H1.HeaderClassName
{
color: #704702;
}
.AnyTagClassName
{
color: #704702;
}
</style>
background-color css
<style>
a { background-color: #704702; }
a { background-color: rgb(112,71,2); }
div.DivClassName
{
background-color: #704702;
}
.BgClassName
{
background-color: #704702;
}
</style>
border-color css
<style>
span { border-color: #704702; }
span { border-color: rgb(112,71,2); }
td.TdClassName
{
border-color: #704702;
}
.TagClassName
{
border-color: #704702;
}
</style>