Shades of Raw Umber #704505
Tints of Raw Umber #704505
RGB
CMYK
RGB Variations
Color information
#704505 (or 0x704505) is known color: Raw Umber. HEX triplet: 70, 45 and 05. RGB value is (112,69,5). Sum of RGB (Red+Green+Blue) = 112+69+5=186 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.22% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 112 - color contains mainly: red. Hex color #704505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704505 is #8FBAFA. Grayscale: #4A4A4A. Windows color (decimal): -9419515 or 345456. OLE color: 345456.
HSL color Cylindrical-coordinate representation of color #704505: hue angle of 35.89º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #704505 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 69 | 5 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.56 |
| HSL | 35.89º | 0.91% | 0.23% | - |
| HSV(B) | 35.89º | 0.96% | 0.44% | - |
| XYZ | 8.84 | 7.71 | 1.17 | - |
| YUV | 74.56 | 88.75 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 69 | 5 | 0 | 0.38 | 0.96 | 0.56 | 35.89 | 0.91 | 0.23 |
| Hex | 70 | 45 | 5 | 0 | 26 | 60 | 38 | 24 | 5B | 17 |
| Octal | 160 | 105 | 5 | 0 | 46 | 140 | 70 | 44 | 133 | 27 |
| Binary | 1110000 | 1000101 | 101 | 0 | 100110 | 1100000 | 111000 | 100100 | 1011011 | 10111 |
Color Harmonies of #704505
Complementary color
Monochromatic Colors of #704505
Black with #704505
Text Example
Text Example
White with #704505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704505; }
p { color: rgb(112,69,5); }
H1.HeaderClassName
{
color: #704505;
}
.AnyTagClassName
{
color: #704505;
}
</style>
background-color css
<style>
a { background-color: #704505; }
a { background-color: rgb(112,69,5); }
div.DivClassName
{
background-color: #704505;
}
.BgClassName
{
background-color: #704505;
}
</style>
border-color css
<style>
span { border-color: #704505; }
span { border-color: rgb(112,69,5); }
td.TdClassName
{
border-color: #704505;
}
.TagClassName
{
border-color: #704505;
}
</style>