Shades of Raw Umber #705700
Tints of Raw Umber #705700
RGB
CMYK
RGB Variations
Color information
#705700 (or 0x705700) is known color: Raw Umber. HEX triplet: 70, 57 and 00. RGB value is (112,87,0). Sum of RGB (Red+Green+Blue) = 112+87+0=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 87 (34.38% from 255 or 43.72% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #705700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705700 is #8FA8FF. Grayscale: #545454. Windows color (decimal): -9414912 or 22384. OLE color: 22384.
HSL color Cylindrical-coordinate representation of color #705700: hue angle of 46.61º 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 #705700 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 87 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.56 |
| HSL | 46.61º | 1% | 0.22% | - |
| HSV(B) | 46.61º | 1% | 0.44% | - |
| XYZ | 10.09 | 10.26 | 1.45 | - |
| YUV | 84.56 | 80.28 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 87 | 0 | 0 | 0.22 | 1 | 0.56 | 46.61 | 1 | 0.22 |
| Hex | 70 | 57 | 0 | 0 | 16 | 64 | 38 | 2F | 64 | 16 |
| Octal | 160 | 127 | 0 | 0 | 26 | 144 | 70 | 57 | 144 | 26 |
| Binary | 1110000 | 1010111 | 0 | 0 | 10110 | 1100100 | 111000 | 101111 | 1100100 | 10110 |
Color Harmonies of #705700
Complementary color
Monochromatic Colors of #705700
Black with #705700
Text Example
Text Example
White with #705700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705700; }
p { color: rgb(112,87,0); }
H1.HeaderClassName
{
color: #705700;
}
.AnyTagClassName
{
color: #705700;
}
</style>
background-color css
<style>
a { background-color: #705700; }
a { background-color: rgb(112,87,0); }
div.DivClassName
{
background-color: #705700;
}
.BgClassName
{
background-color: #705700;
}
</style>
border-color css
<style>
span { border-color: #705700; }
span { border-color: rgb(112,87,0); }
td.TdClassName
{
border-color: #705700;
}
.TagClassName
{
border-color: #705700;
}
</style>