Shades of Raw Umber #704E17
Tints of Raw Umber #704E17
RGB
CMYK
RGB Variations
Color information
#704E17 (or 0x704E17) is known color: Raw Umber. HEX triplet: 70, 4E and 17. RGB value is (112,78,23). Sum of RGB (Red+Green+Blue) = 112+78+23=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 23 (9.38% from 255 or 10.80% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #704E17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704E17 is #8FB1E8. Grayscale: #525252. Windows color (decimal): -9417193 or 1527408. OLE color: 1527408.
HSL color Cylindrical-coordinate representation of color #704E17: hue angle of 37.08º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #704E17 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 78 | 23 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.56 |
| HSL | 37.08º | 0.66% | 0.26% | - |
| HSV(B) | 37.08º | 0.79% | 0.44% | - |
| XYZ | 9.56 | 8.96 | 2.04 | - |
| YUV | 81.9 | 94.76 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 23 | 0 | 0.30 | 0.79 | 0.56 | 37.08 | 0.66 | 0.26 |
| Hex | 70 | 4E | 17 | 0 | 1E | 4F | 38 | 25 | 42 | 1A |
| Octal | 160 | 116 | 27 | 0 | 36 | 117 | 70 | 45 | 102 | 32 |
| Binary | 1110000 | 1001110 | 10111 | 0 | 11110 | 1001111 | 111000 | 100101 | 1000010 | 11010 |
Color Harmonies of #704E17
Complementary color
Monochromatic Colors of #704E17
Black with #704E17
Text Example
Text Example
White with #704E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704E17; }
p { color: rgb(112,78,23); }
H1.HeaderClassName
{
color: #704E17;
}
.AnyTagClassName
{
color: #704E17;
}
</style>
background-color css
<style>
a { background-color: #704E17; }
a { background-color: rgb(112,78,23); }
div.DivClassName
{
background-color: #704E17;
}
.BgClassName
{
background-color: #704E17;
}
</style>
border-color css
<style>
span { border-color: #704E17; }
span { border-color: rgb(112,78,23); }
td.TdClassName
{
border-color: #704E17;
}
.TagClassName
{
border-color: #704E17;
}
</style>