Shades of Raw Umber #704C00
Tints of Raw Umber #704C00
RGB
CMYK
RGB Variations
Color information
#704C00 (or 0x704C00) is known color: Raw Umber. HEX triplet: 70, 4C and 00. RGB value is (112,76,0). Sum of RGB (Red+Green+Blue) = 112+76+0=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #704C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704C00 is #8FB3FF. Grayscale: #4E4E4E. Windows color (decimal): -9417728 or 19568. OLE color: 19568.
HSL color Cylindrical-coordinate representation of color #704C00: hue angle of 40.71º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #704C00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 76 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.56 |
| HSL | 40.71º | 1% | 0.22% | - |
| HSV(B) | 40.71º | 1% | 0.44% | - |
| XYZ | 9.27 | 8.61 | 1.17 | - |
| YUV | 78.1 | 83.93 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 76 | 0 | 0 | 0.32 | 1 | 0.56 | 40.71 | 1 | 0.22 |
| Hex | 70 | 4C | 0 | 0 | 20 | 64 | 38 | 29 | 64 | 16 |
| Octal | 160 | 114 | 0 | 0 | 40 | 144 | 70 | 51 | 144 | 26 |
| Binary | 1110000 | 1001100 | 0 | 0 | 100000 | 1100100 | 111000 | 101001 | 1100100 | 10110 |
Color Harmonies of #704C00
Complementary color
Monochromatic Colors of #704C00
Black with #704C00
Text Example
Text Example
White with #704C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704C00; }
p { color: rgb(112,76,0); }
H1.HeaderClassName
{
color: #704C00;
}
.AnyTagClassName
{
color: #704C00;
}
</style>
background-color css
<style>
a { background-color: #704C00; }
a { background-color: rgb(112,76,0); }
div.DivClassName
{
background-color: #704C00;
}
.BgClassName
{
background-color: #704C00;
}
</style>
border-color css
<style>
span { border-color: #704C00; }
span { border-color: rgb(112,76,0); }
td.TdClassName
{
border-color: #704C00;
}
.TagClassName
{
border-color: #704C00;
}
</style>