Shades of Raw Umber #704D07
Tints of Raw Umber #704D07
RGB
CMYK
RGB Variations
Color information
#704D07 (or 0x704D07) is known color: Raw Umber. HEX triplet: 70, 4D and 07. RGB value is (112,77,7). Sum of RGB (Red+Green+Blue) = 112+77+7=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 7 (3.12% from 255 or 3.57% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #704D07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704D07 is #8FB2F8. Grayscale: #4F4F4F. Windows color (decimal): -9417465 or 478576. OLE color: 478576.
HSL color Cylindrical-coordinate representation of color #704D07: hue angle of 40º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #704D07 is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 77 | 7 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.56 |
| HSL | 40º | 0.88% | 0.23% | - |
| HSV(B) | 40º | 0.94% | 0.44% | - |
| XYZ | 9.37 | 8.77 | 1.4 | - |
| YUV | 79.49 | 87.1 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 77 | 7 | 0 | 0.31 | 0.94 | 0.56 | 40 | 0.88 | 0.23 |
| Hex | 70 | 4D | 7 | 0 | 1F | 5E | 38 | 28 | 58 | 17 |
| Octal | 160 | 115 | 7 | 0 | 37 | 136 | 70 | 50 | 130 | 27 |
| Binary | 1110000 | 1001101 | 111 | 0 | 11111 | 1011110 | 111000 | 101000 | 1011000 | 10111 |
Color Harmonies of #704D07
Complementary color
Monochromatic Colors of #704D07
Black with #704D07
Text Example
Text Example
White with #704D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704D07; }
p { color: rgb(112,77,7); }
H1.HeaderClassName
{
color: #704D07;
}
.AnyTagClassName
{
color: #704D07;
}
</style>
background-color css
<style>
a { background-color: #704D07; }
a { background-color: rgb(112,77,7); }
div.DivClassName
{
background-color: #704D07;
}
.BgClassName
{
background-color: #704D07;
}
</style>
border-color css
<style>
span { border-color: #704D07; }
span { border-color: rgb(112,77,7); }
td.TdClassName
{
border-color: #704D07;
}
.TagClassName
{
border-color: #704D07;
}
</style>