Shades of Raw Umber #704D05
Tints of Raw Umber #704D05
RGB
CMYK
RGB Variations
Color information
#704D05 (or 0x704D05) is known color: Raw Umber. HEX triplet: 70, 4D and 05. RGB value is (112,77,5). Sum of RGB (Red+Green+Blue) = 112+77+5=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #704D05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704D05 is #8FB2FA. Grayscale: #4F4F4F. Windows color (decimal): -9417467 or 347504. OLE color: 347504.
HSL color Cylindrical-coordinate representation of color #704D05: hue angle of 40.37º degrees, saturation: 0.91, 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 #704D05 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 77 | 5 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.56 |
| HSL | 40.37º | 0.91% | 0.23% | - |
| HSV(B) | 40.37º | 0.96% | 0.44% | - |
| XYZ | 9.36 | 8.76 | 1.34 | - |
| YUV | 79.26 | 86.1 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 77 | 5 | 0 | 0.31 | 0.96 | 0.56 | 40.37 | 0.91 | 0.23 |
| Hex | 70 | 4D | 5 | 0 | 1F | 60 | 38 | 28 | 5B | 17 |
| Octal | 160 | 115 | 5 | 0 | 37 | 140 | 70 | 50 | 133 | 27 |
| Binary | 1110000 | 1001101 | 101 | 0 | 11111 | 1100000 | 111000 | 101000 | 1011011 | 10111 |
Color Harmonies of #704D05
Complementary color
Monochromatic Colors of #704D05
Black with #704D05
Text Example
Text Example
White with #704D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704D05; }
p { color: rgb(112,77,5); }
H1.HeaderClassName
{
color: #704D05;
}
.AnyTagClassName
{
color: #704D05;
}
</style>
background-color css
<style>
a { background-color: #704D05; }
a { background-color: rgb(112,77,5); }
div.DivClassName
{
background-color: #704D05;
}
.BgClassName
{
background-color: #704D05;
}
</style>
border-color css
<style>
span { border-color: #704D05; }
span { border-color: rgb(112,77,5); }
td.TdClassName
{
border-color: #704D05;
}
.TagClassName
{
border-color: #704D05;
}
</style>