Shades of Raw Umber #705708
Tints of Raw Umber #705708
RGB
CMYK
RGB Variations
Color information
#705708 (or 0x705708) is known color: Raw Umber. HEX triplet: 70, 57 and 08. RGB value is (112,87,8). Sum of RGB (Red+Green+Blue) = 112+87+8=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 8 (3.52% from 255 or 3.86% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #705708 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705708 is #8FA8F7. Grayscale: #555555. Windows color (decimal): -9414904 or 546672. OLE color: 546672.
HSL color Cylindrical-coordinate representation of color #705708: hue angle of 45.58º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #705708 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 87 | 8 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.56 |
| HSL | 45.58º | 0.87% | 0.24% | - |
| HSV(B) | 45.58º | 0.93% | 0.44% | - |
| XYZ | 10.13 | 10.28 | 1.68 | - |
| YUV | 85.47 | 84.28 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 87 | 8 | 0 | 0.22 | 0.93 | 0.56 | 45.58 | 0.87 | 0.24 |
| Hex | 70 | 57 | 8 | 0 | 16 | 5D | 38 | 2E | 57 | 18 |
| Octal | 160 | 127 | 10 | 0 | 26 | 135 | 70 | 56 | 127 | 30 |
| Binary | 1110000 | 1010111 | 1000 | 0 | 10110 | 1011101 | 111000 | 101110 | 1010111 | 11000 |
Color Harmonies of #705708
Complementary color
Monochromatic Colors of #705708
Black with #705708
Text Example
Text Example
White with #705708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705708; }
p { color: rgb(112,87,8); }
H1.HeaderClassName
{
color: #705708;
}
.AnyTagClassName
{
color: #705708;
}
</style>
background-color css
<style>
a { background-color: #705708; }
a { background-color: rgb(112,87,8); }
div.DivClassName
{
background-color: #705708;
}
.BgClassName
{
background-color: #705708;
}
</style>
border-color css
<style>
span { border-color: #705708; }
span { border-color: rgb(112,87,8); }
td.TdClassName
{
border-color: #705708;
}
.TagClassName
{
border-color: #705708;
}
</style>