Shades of Raw Umber #704A16
Tints of Raw Umber #704A16
RGB
CMYK
RGB Variations
Color information
#704A16 (or 0x704A16) is known color: Raw Umber. HEX triplet: 70, 4A and 16. RGB value is (112,74,22). Sum of RGB (Red+Green+Blue) = 112+74+22=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 22 (8.98% from 255 or 10.58% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #704A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704A16 is #8FB5E9. Grayscale: #4F4F4F. Windows color (decimal): -9418218 or 1460848. OLE color: 1460848.
HSL color Cylindrical-coordinate representation of color #704A16: hue angle of 34.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #704A16 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 74 | 22 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.56 |
| HSL | 34.67º | 0.67% | 0.26% | - |
| HSV(B) | 34.67º | 0.8% | 0.44% | - |
| XYZ | 9.28 | 8.4 | 1.89 | - |
| YUV | 79.43 | 95.59 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 74 | 22 | 0 | 0.34 | 0.80 | 0.56 | 34.67 | 0.67 | 0.26 |
| Hex | 70 | 4A | 16 | 0 | 22 | 50 | 38 | 23 | 43 | 1A |
| Octal | 160 | 112 | 26 | 0 | 42 | 120 | 70 | 43 | 103 | 32 |
| Binary | 1110000 | 1001010 | 10110 | 0 | 100010 | 1010000 | 111000 | 100011 | 1000011 | 11010 |
Color Harmonies of #704A16
Complementary color
Monochromatic Colors of #704A16
Black with #704A16
Text Example
Text Example
White with #704A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704A16; }
p { color: rgb(112,74,22); }
H1.HeaderClassName
{
color: #704A16;
}
.AnyTagClassName
{
color: #704A16;
}
</style>
background-color css
<style>
a { background-color: #704A16; }
a { background-color: rgb(112,74,22); }
div.DivClassName
{
background-color: #704A16;
}
.BgClassName
{
background-color: #704A16;
}
</style>
border-color css
<style>
span { border-color: #704A16; }
span { border-color: rgb(112,74,22); }
td.TdClassName
{
border-color: #704A16;
}
.TagClassName
{
border-color: #704A16;
}
</style>