Shades of Raw Umber #704C05
Tints of Raw Umber #704C05
RGB
CMYK
RGB Variations
Color information
#704C05 (or 0x704C05) is known color: Raw Umber. HEX triplet: 70, 4C and 05. RGB value is (112,76,5). Sum of RGB (Red+Green+Blue) = 112+76+5=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #704C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704C05 is #8FB3FA. Grayscale: #4E4E4E. Windows color (decimal): -9417723 or 347248. OLE color: 347248.
HSL color Cylindrical-coordinate representation of color #704C05: hue angle of 39.81º 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 #704C05 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 76 | 5 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.56 |
| HSL | 39.81º | 0.91% | 0.23% | - |
| HSV(B) | 39.81º | 0.96% | 0.44% | - |
| XYZ | 9.29 | 8.62 | 1.32 | - |
| YUV | 78.67 | 86.43 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 76 | 5 | 0 | 0.32 | 0.96 | 0.56 | 39.81 | 0.91 | 0.23 |
| Hex | 70 | 4C | 5 | 0 | 20 | 60 | 38 | 28 | 5B | 17 |
| Octal | 160 | 114 | 5 | 0 | 40 | 140 | 70 | 50 | 133 | 27 |
| Binary | 1110000 | 1001100 | 101 | 0 | 100000 | 1100000 | 111000 | 101000 | 1011011 | 10111 |
Color Harmonies of #704C05
Complementary color
Monochromatic Colors of #704C05
Black with #704C05
Text Example
Text Example
White with #704C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704C05; }
p { color: rgb(112,76,5); }
H1.HeaderClassName
{
color: #704C05;
}
.AnyTagClassName
{
color: #704C05;
}
</style>
background-color css
<style>
a { background-color: #704C05; }
a { background-color: rgb(112,76,5); }
div.DivClassName
{
background-color: #704C05;
}
.BgClassName
{
background-color: #704C05;
}
</style>
border-color css
<style>
span { border-color: #704C05; }
span { border-color: rgb(112,76,5); }
td.TdClassName
{
border-color: #704C05;
}
.TagClassName
{
border-color: #704C05;
}
</style>