Shades of Raw Umber #704D02
Tints of Raw Umber #704D02
RGB
CMYK
RGB Variations
Color information
#704D02 (or 0x704D02) is known color: Raw Umber. HEX triplet: 70, 4D and 02. RGB value is (112,77,2). Sum of RGB (Red+Green+Blue) = 112+77+2=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #704D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704D02 is #8FB2FD. Grayscale: #4F4F4F. Windows color (decimal): -9417470 or 150896. OLE color: 150896.
HSL color Cylindrical-coordinate representation of color #704D02: hue angle of 40.91º 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 #704D02 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 77 | 2 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.56 |
| HSL | 40.91º | 0.96% | 0.22% | - |
| HSV(B) | 40.91º | 0.98% | 0.44% | - |
| XYZ | 9.35 | 8.76 | 1.26 | - |
| YUV | 78.92 | 84.6 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 77 | 2 | 0 | 0.31 | 0.98 | 0.56 | 40.91 | 0.96 | 0.22 |
| Hex | 70 | 4D | 2 | 0 | 1F | 62 | 38 | 29 | 60 | 16 |
| Octal | 160 | 115 | 2 | 0 | 37 | 142 | 70 | 51 | 140 | 26 |
| Binary | 1110000 | 1001101 | 10 | 0 | 11111 | 1100010 | 111000 | 101001 | 1100000 | 10110 |
Color Harmonies of #704D02
Complementary color
Monochromatic Colors of #704D02
Black with #704D02
Text Example
Text Example
White with #704D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704D02; }
p { color: rgb(112,77,2); }
H1.HeaderClassName
{
color: #704D02;
}
.AnyTagClassName
{
color: #704D02;
}
</style>
background-color css
<style>
a { background-color: #704D02; }
a { background-color: rgb(112,77,2); }
div.DivClassName
{
background-color: #704D02;
}
.BgClassName
{
background-color: #704D02;
}
</style>
border-color css
<style>
span { border-color: #704D02; }
span { border-color: rgb(112,77,2); }
td.TdClassName
{
border-color: #704D02;
}
.TagClassName
{
border-color: #704D02;
}
</style>