Shades of Raw Umber #705508
Tints of Raw Umber #705508
RGB
CMYK
RGB Variations
Color information
#705508 (or 0x705508) is known color: Raw Umber. HEX triplet: 70, 55 and 08. RGB value is (112,85,8). Sum of RGB (Red+Green+Blue) = 112+85+8=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #705508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705508 is #8FAAF7. Grayscale: #545454. Windows color (decimal): -9415416 or 546160. OLE color: 546160.
HSL color Cylindrical-coordinate representation of color #705508: hue angle of 44.42º 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 #705508 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 85 | 8 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.56 |
| HSL | 44.42º | 0.87% | 0.24% | - |
| HSV(B) | 44.42º | 0.93% | 0.44% | - |
| XYZ | 9.97 | 9.96 | 1.63 | - |
| YUV | 84.3 | 84.95 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 85 | 8 | 0 | 0.24 | 0.93 | 0.56 | 44.42 | 0.87 | 0.24 |
| Hex | 70 | 55 | 8 | 0 | 18 | 5D | 38 | 2C | 57 | 18 |
| Octal | 160 | 125 | 10 | 0 | 30 | 135 | 70 | 54 | 127 | 30 |
| Binary | 1110000 | 1010101 | 1000 | 0 | 11000 | 1011101 | 111000 | 101100 | 1010111 | 11000 |
Color Harmonies of #705508
Complementary color
Monochromatic Colors of #705508
Black with #705508
Text Example
Text Example
White with #705508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705508; }
p { color: rgb(112,85,8); }
H1.HeaderClassName
{
color: #705508;
}
.AnyTagClassName
{
color: #705508;
}
</style>
background-color css
<style>
a { background-color: #705508; }
a { background-color: rgb(112,85,8); }
div.DivClassName
{
background-color: #705508;
}
.BgClassName
{
background-color: #705508;
}
</style>
border-color css
<style>
span { border-color: #705508; }
span { border-color: rgb(112,85,8); }
td.TdClassName
{
border-color: #705508;
}
.TagClassName
{
border-color: #705508;
}
</style>