Shades of Raw Umber #705D09
Tints of Raw Umber #705D09
RGB
CMYK
RGB Variations
Color information
#705D09 (or 0x705D09) is known color: Raw Umber. HEX triplet: 70, 5D and 09. RGB value is (112,93,9). Sum of RGB (Red+Green+Blue) = 112+93+9=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 9 (3.91% from 255 or 4.21% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #705D09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705D09 is #8FA2F6. Grayscale: #595959. Windows color (decimal): -9413367 or 613744. OLE color: 613744.
HSL color Cylindrical-coordinate representation of color #705D09: hue angle of 48.93º 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 #705D09 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 93 | 9 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.56 |
| HSL | 48.93º | 0.85% | 0.24% | - |
| HSV(B) | 48.93º | 0.92% | 0.44% | - |
| XYZ | 10.65 | 11.29 | 1.88 | - |
| YUV | 89.11 | 82.79 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 9 | 0 | 0.17 | 0.92 | 0.56 | 48.93 | 0.85 | 0.24 |
| Hex | 70 | 5D | 9 | 0 | 11 | 5C | 38 | 31 | 55 | 18 |
| Octal | 160 | 135 | 11 | 0 | 21 | 134 | 70 | 61 | 125 | 30 |
| Binary | 1110000 | 1011101 | 1001 | 0 | 10001 | 1011100 | 111000 | 110001 | 1010101 | 11000 |
Color Harmonies of #705D09
Complementary color
Monochromatic Colors of #705D09
Black with #705D09
Text Example
Text Example
White with #705D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705D09; }
p { color: rgb(112,93,9); }
H1.HeaderClassName
{
color: #705D09;
}
.AnyTagClassName
{
color: #705D09;
}
</style>
background-color css
<style>
a { background-color: #705D09; }
a { background-color: rgb(112,93,9); }
div.DivClassName
{
background-color: #705D09;
}
.BgClassName
{
background-color: #705D09;
}
</style>
border-color css
<style>
span { border-color: #705D09; }
span { border-color: rgb(112,93,9); }
td.TdClassName
{
border-color: #705D09;
}
.TagClassName
{
border-color: #705D09;
}
</style>