Shades of Raw Umber #704E0C
Tints of Raw Umber #704E0C
RGB
CMYK
RGB Variations
Color information
#704E0C (or 0x704E0C) is known color: Raw Umber. HEX triplet: 70, 4E and 0C. RGB value is (112,78,12). Sum of RGB (Red+Green+Blue) = 112+78+12=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 78 (30.86% from 255 or 38.61% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #704E0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #704E0C is #8FB1F3. Grayscale: #505050. Windows color (decimal): -9417204 or 806512. OLE color: 806512.
HSL color Cylindrical-coordinate representation of color #704E0C: hue angle of 39.6º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #704E0C is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 78 | 12 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.56 |
| HSL | 39.6º | 0.81% | 0.24% | - |
| HSV(B) | 39.6º | 0.89% | 0.44% | - |
| XYZ | 9.47 | 8.92 | 1.57 | - |
| YUV | 80.64 | 89.26 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 12 | 0 | 0.30 | 0.89 | 0.56 | 39.6 | 0.81 | 0.24 |
| Hex | 70 | 4E | C | 0 | 1E | 59 | 38 | 28 | 51 | 18 |
| Octal | 160 | 116 | 14 | 0 | 36 | 131 | 70 | 50 | 121 | 30 |
| Binary | 1110000 | 1001110 | 1100 | 0 | 11110 | 1011001 | 111000 | 101000 | 1010001 | 11000 |
Color Harmonies of #704E0C
Complementary color
Monochromatic Colors of #704E0C
Black with #704E0C
Text Example
Text Example
White with #704E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704E0C; }
p { color: rgb(112,78,12); }
H1.HeaderClassName
{
color: #704E0C;
}
.AnyTagClassName
{
color: #704E0C;
}
</style>
background-color css
<style>
a { background-color: #704E0C; }
a { background-color: rgb(112,78,12); }
div.DivClassName
{
background-color: #704E0C;
}
.BgClassName
{
background-color: #704E0C;
}
</style>
border-color css
<style>
span { border-color: #704E0C; }
span { border-color: rgb(112,78,12); }
td.TdClassName
{
border-color: #704E0C;
}
.TagClassName
{
border-color: #704E0C;
}
</style>