Shades of Raw Umber #704509
Tints of Raw Umber #704509
RGB
CMYK
RGB Variations
Color information
#704509 (or 0x704509) is known color: Raw Umber. HEX triplet: 70, 45 and 09. RGB value is (112,69,9). Sum of RGB (Red+Green+Blue) = 112+69+9=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 9 (3.91% from 255 or 4.74% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #704509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704509 is #8FBAF6. Grayscale: #4B4B4B. Windows color (decimal): -9419511 or 607600. OLE color: 607600.
HSL color Cylindrical-coordinate representation of color #704509: hue angle of 34.95º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #704509 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 69 | 9 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.56 |
| HSL | 34.95º | 0.85% | 0.24% | - |
| HSV(B) | 34.95º | 0.92% | 0.44% | - |
| XYZ | 8.86 | 7.72 | 1.28 | - |
| YUV | 75.02 | 90.75 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 69 | 9 | 0 | 0.38 | 0.92 | 0.56 | 34.95 | 0.85 | 0.24 |
| Hex | 70 | 45 | 9 | 0 | 26 | 5C | 38 | 23 | 55 | 18 |
| Octal | 160 | 105 | 11 | 0 | 46 | 134 | 70 | 43 | 125 | 30 |
| Binary | 1110000 | 1000101 | 1001 | 0 | 100110 | 1011100 | 111000 | 100011 | 1010101 | 11000 |
Color Harmonies of #704509
Complementary color
Monochromatic Colors of #704509
Black with #704509
Text Example
Text Example
White with #704509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704509; }
p { color: rgb(112,69,9); }
H1.HeaderClassName
{
color: #704509;
}
.AnyTagClassName
{
color: #704509;
}
</style>
background-color css
<style>
a { background-color: #704509; }
a { background-color: rgb(112,69,9); }
div.DivClassName
{
background-color: #704509;
}
.BgClassName
{
background-color: #704509;
}
</style>
border-color css
<style>
span { border-color: #704509; }
span { border-color: rgb(112,69,9); }
td.TdClassName
{
border-color: #704509;
}
.TagClassName
{
border-color: #704509;
}
</style>