Shades of Raw Umber #705208
Tints of Raw Umber #705208
RGB
CMYK
RGB Variations
Color information
#705208 (or 0x705208) is known color: Raw Umber. HEX triplet: 70, 52 and 08. RGB value is (112,82,8). Sum of RGB (Red+Green+Blue) = 112+82+8=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 82 (32.42% from 255 or 40.59% from 202); Blue value is 8 (3.52% from 255 or 3.96% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #705208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705208 is #8FADF7. Grayscale: #525252. Windows color (decimal): -9416184 or 545392. OLE color: 545392.
HSL color Cylindrical-coordinate representation of color #705208: hue angle of 42.69º 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 #705208 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 82 | 8 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.56 |
| HSL | 42.69º | 0.87% | 0.24% | - |
| HSV(B) | 42.69º | 0.93% | 0.44% | - |
| XYZ | 9.74 | 9.5 | 1.55 | - |
| YUV | 82.53 | 85.94 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 82 | 8 | 0 | 0.27 | 0.93 | 0.56 | 42.69 | 0.87 | 0.24 |
| Hex | 70 | 52 | 8 | 0 | 1B | 5D | 38 | 2B | 57 | 18 |
| Octal | 160 | 122 | 10 | 0 | 33 | 135 | 70 | 53 | 127 | 30 |
| Binary | 1110000 | 1010010 | 1000 | 0 | 11011 | 1011101 | 111000 | 101011 | 1010111 | 11000 |
Color Harmonies of #705208
Complementary color
Monochromatic Colors of #705208
Black with #705208
Text Example
Text Example
White with #705208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705208; }
p { color: rgb(112,82,8); }
H1.HeaderClassName
{
color: #705208;
}
.AnyTagClassName
{
color: #705208;
}
</style>
background-color css
<style>
a { background-color: #705208; }
a { background-color: rgb(112,82,8); }
div.DivClassName
{
background-color: #705208;
}
.BgClassName
{
background-color: #705208;
}
</style>
border-color css
<style>
span { border-color: #705208; }
span { border-color: rgb(112,82,8); }
td.TdClassName
{
border-color: #705208;
}
.TagClassName
{
border-color: #705208;
}
</style>