Shades of Raw Umber #705008
Tints of Raw Umber #705008
RGB
CMYK
RGB Variations
Color information
#705008 (or 0x705008) is known color: Raw Umber. HEX triplet: 70, 50 and 08. RGB value is (112,80,8). Sum of RGB (Red+Green+Blue) = 112+80+8=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 8 (3.52% from 255 or 4% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #705008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705008 is #8FAFF7. Grayscale: #515151. Windows color (decimal): -9416696 or 544880. OLE color: 544880.
HSL color Cylindrical-coordinate representation of color #705008: hue angle of 41.54º 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 #705008 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 80 | 8 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.56 |
| HSL | 41.54º | 0.87% | 0.24% | - |
| HSV(B) | 41.54º | 0.93% | 0.44% | - |
| XYZ | 9.59 | 9.2 | 1.5 | - |
| YUV | 81.36 | 86.6 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 80 | 8 | 0 | 0.29 | 0.93 | 0.56 | 41.54 | 0.87 | 0.24 |
| Hex | 70 | 50 | 8 | 0 | 1D | 5D | 38 | 2A | 57 | 18 |
| Octal | 160 | 120 | 10 | 0 | 35 | 135 | 70 | 52 | 127 | 30 |
| Binary | 1110000 | 1010000 | 1000 | 0 | 11101 | 1011101 | 111000 | 101010 | 1010111 | 11000 |
Color Harmonies of #705008
Complementary color
Monochromatic Colors of #705008
Black with #705008
Text Example
Text Example
White with #705008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705008; }
p { color: rgb(112,80,8); }
H1.HeaderClassName
{
color: #705008;
}
.AnyTagClassName
{
color: #705008;
}
</style>
background-color css
<style>
a { background-color: #705008; }
a { background-color: rgb(112,80,8); }
div.DivClassName
{
background-color: #705008;
}
.BgClassName
{
background-color: #705008;
}
</style>
border-color css
<style>
span { border-color: #705008; }
span { border-color: rgb(112,80,8); }
td.TdClassName
{
border-color: #705008;
}
.TagClassName
{
border-color: #705008;
}
</style>