Shades of Raw Umber #704111
Tints of Raw Umber #704111
RGB
CMYK
RGB Variations
Color information
#704111 (or 0x704111) is known color: Raw Umber. HEX triplet: 70, 41 and 11. RGB value is (112,65,17). Sum of RGB (Red+Green+Blue) = 112+65+17=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #704111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704111 is #8FBEEE. Grayscale: #494949. Windows color (decimal): -9420527 or 1130864. OLE color: 1130864.
HSL color Cylindrical-coordinate representation of color #704111: hue angle of 30.32º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #704111 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 65 | 17 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.56 |
| HSL | 30.32º | 0.74% | 0.25% | - |
| HSV(B) | 30.32º | 0.85% | 0.44% | - |
| XYZ | 8.67 | 7.27 | 1.48 | - |
| YUV | 73.58 | 96.07 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 65 | 17 | 0 | 0.42 | 0.85 | 0.56 | 30.32 | 0.74 | 0.25 |
| Hex | 70 | 41 | 11 | 0 | 2A | 55 | 38 | 1E | 4A | 19 |
| Octal | 160 | 101 | 21 | 0 | 52 | 125 | 70 | 36 | 112 | 31 |
| Binary | 1110000 | 1000001 | 10001 | 0 | 101010 | 1010101 | 111000 | 11110 | 1001010 | 11001 |
Color Harmonies of #704111
Complementary color
Monochromatic Colors of #704111
Black with #704111
Text Example
Text Example
White with #704111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704111; }
p { color: rgb(112,65,17); }
H1.HeaderClassName
{
color: #704111;
}
.AnyTagClassName
{
color: #704111;
}
</style>
background-color css
<style>
a { background-color: #704111; }
a { background-color: rgb(112,65,17); }
div.DivClassName
{
background-color: #704111;
}
.BgClassName
{
background-color: #704111;
}
</style>
border-color css
<style>
span { border-color: #704111; }
span { border-color: rgb(112,65,17); }
td.TdClassName
{
border-color: #704111;
}
.TagClassName
{
border-color: #704111;
}
</style>