Shades of Raw Umber #705D00
Tints of Raw Umber #705D00
RGB
CMYK
RGB Variations
Color information
#705D00 (or 0x705D00) is known color: Raw Umber. HEX triplet: 70, 5D and 00. RGB value is (112,93,0). Sum of RGB (Red+Green+Blue) = 112+93+0=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 93 (36.72% from 255 or 45.37% from 205); Blue value is 0 (0.39% from 255 or 0% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #705D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705D00 is #8FA2FF. Grayscale: #585858. Windows color (decimal): -9413376 or 23920. OLE color: 23920.
HSL color Cylindrical-coordinate representation of color #705D00: hue angle of 49.82º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #705D00 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 93 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.56 |
| HSL | 49.82º | 1% | 0.22% | - |
| HSV(B) | 49.82º | 1% | 0.44% | - |
| XYZ | 10.6 | 11.27 | 1.62 | - |
| YUV | 88.08 | 78.29 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 0 | 0 | 0.17 | 1 | 0.56 | 49.82 | 1 | 0.22 |
| Hex | 70 | 5D | 0 | 0 | 11 | 64 | 38 | 32 | 64 | 16 |
| Octal | 160 | 135 | 0 | 0 | 21 | 144 | 70 | 62 | 144 | 26 |
| Binary | 1110000 | 1011101 | 0 | 0 | 10001 | 1100100 | 111000 | 110010 | 1100100 | 10110 |
Color Harmonies of #705D00
Complementary color
Monochromatic Colors of #705D00
Black with #705D00
Text Example
Text Example
White with #705D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705D00; }
p { color: rgb(112,93,0); }
H1.HeaderClassName
{
color: #705D00;
}
.AnyTagClassName
{
color: #705D00;
}
</style>
background-color css
<style>
a { background-color: #705D00; }
a { background-color: rgb(112,93,0); }
div.DivClassName
{
background-color: #705D00;
}
.BgClassName
{
background-color: #705D00;
}
</style>
border-color css
<style>
span { border-color: #705D00; }
span { border-color: rgb(112,93,0); }
td.TdClassName
{
border-color: #705D00;
}
.TagClassName
{
border-color: #705D00;
}
</style>