Shades of Raw Umber #704E1C
Tints of Raw Umber #704E1C
RGB
CMYK
RGB Variations
Color information
#704E1C (or 0x704E1C) is known color: Raw Umber. HEX triplet: 70, 4E and 1C. RGB value is (112,78,28). Sum of RGB (Red+Green+Blue) = 112+78+28=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #704E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E1C is #8FB1E3. Grayscale: #525252. Windows color (decimal): -9417188 or 1855088. OLE color: 1855088.
HSL color Cylindrical-coordinate representation of color #704E1C: hue angle of 35.71º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #704E1C is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 78 | 28 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.56 |
| HSL | 35.71º | 0.6% | 0.27% | - |
| HSV(B) | 35.71º | 0.75% | 0.44% | - |
| XYZ | 9.62 | 8.98 | 2.32 | - |
| YUV | 82.47 | 97.26 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 78 | 28 | 0 | 0.30 | 0.75 | 0.56 | 35.71 | 0.6 | 0.27 |
| Hex | 70 | 4E | 1C | 0 | 1E | 4B | 38 | 24 | 3C | 1B |
| Octal | 160 | 116 | 34 | 0 | 36 | 113 | 70 | 44 | 74 | 33 |
| Binary | 1110000 | 1001110 | 11100 | 0 | 11110 | 1001011 | 111000 | 100100 | 111100 | 11011 |
Color Harmonies of #704E1C
Complementary color
Monochromatic Colors of #704E1C
Black with #704E1C
Text Example
Text Example
White with #704E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704E1C; }
p { color: rgb(112,78,28); }
H1.HeaderClassName
{
color: #704E1C;
}
.AnyTagClassName
{
color: #704E1C;
}
</style>
background-color css
<style>
a { background-color: #704E1C; }
a { background-color: rgb(112,78,28); }
div.DivClassName
{
background-color: #704E1C;
}
.BgClassName
{
background-color: #704E1C;
}
</style>
border-color css
<style>
span { border-color: #704E1C; }
span { border-color: rgb(112,78,28); }
td.TdClassName
{
border-color: #704E1C;
}
.TagClassName
{
border-color: #704E1C;
}
</style>