Shades of Raw Umber #704513
Tints of Raw Umber #704513
RGB
CMYK
RGB Variations
Color information
#704513 (or 0x704513) is known color: Raw Umber. HEX triplet: 70, 45 and 13. RGB value is (112,69,19). Sum of RGB (Red+Green+Blue) = 112+69+19=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #704513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704513 is #8FBAEC. Grayscale: #4C4C4C. Windows color (decimal): -9419501 or 1262960. OLE color: 1262960.
HSL color Cylindrical-coordinate representation of color #704513: hue angle of 32.26º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #704513 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 69 | 19 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.56 |
| HSL | 32.26º | 0.71% | 0.26% | - |
| HSV(B) | 32.26º | 0.83% | 0.44% | - |
| XYZ | 8.93 | 7.75 | 1.64 | - |
| YUV | 76.16 | 95.75 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 69 | 19 | 0 | 0.38 | 0.83 | 0.56 | 32.26 | 0.71 | 0.26 |
| Hex | 70 | 45 | 13 | 0 | 26 | 53 | 38 | 20 | 47 | 1A |
| Octal | 160 | 105 | 23 | 0 | 46 | 123 | 70 | 40 | 107 | 32 |
| Binary | 1110000 | 1000101 | 10011 | 0 | 100110 | 1010011 | 111000 | 100000 | 1000111 | 11010 |
Color Harmonies of #704513
Complementary color
Monochromatic Colors of #704513
Black with #704513
Text Example
Text Example
White with #704513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704513; }
p { color: rgb(112,69,19); }
H1.HeaderClassName
{
color: #704513;
}
.AnyTagClassName
{
color: #704513;
}
</style>
background-color css
<style>
a { background-color: #704513; }
a { background-color: rgb(112,69,19); }
div.DivClassName
{
background-color: #704513;
}
.BgClassName
{
background-color: #704513;
}
</style>
border-color css
<style>
span { border-color: #704513; }
span { border-color: rgb(112,69,19); }
td.TdClassName
{
border-color: #704513;
}
.TagClassName
{
border-color: #704513;
}
</style>