Shades of Raw Umber #705B08
Tints of Raw Umber #705B08
RGB
CMYK
RGB Variations
Color information
#705B08 (or 0x705B08) is known color: Raw Umber. HEX triplet: 70, 5B and 08. RGB value is (112,91,8). Sum of RGB (Red+Green+Blue) = 112+91+8=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 91 (35.94% from 255 or 43.13% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #705B08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705B08 is #8FA4F7. Grayscale: #585858. Windows color (decimal): -9413880 or 547696. OLE color: 547696.
HSL color Cylindrical-coordinate representation of color #705B08: hue angle of 47.88º 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 #705B08 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 91 | 8 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.56 |
| HSL | 47.88º | 0.87% | 0.24% | - |
| HSV(B) | 47.88º | 0.93% | 0.44% | - |
| XYZ | 10.47 | 10.94 | 1.79 | - |
| YUV | 87.82 | 82.96 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 8 | 0 | 0.19 | 0.93 | 0.56 | 47.88 | 0.87 | 0.24 |
| Hex | 70 | 5B | 8 | 0 | 13 | 5D | 38 | 30 | 57 | 18 |
| Octal | 160 | 133 | 10 | 0 | 23 | 135 | 70 | 60 | 127 | 30 |
| Binary | 1110000 | 1011011 | 1000 | 0 | 10011 | 1011101 | 111000 | 110000 | 1010111 | 11000 |
Color Harmonies of #705B08
Complementary color
Monochromatic Colors of #705B08
Black with #705B08
Text Example
Text Example
White with #705B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705B08; }
p { color: rgb(112,91,8); }
H1.HeaderClassName
{
color: #705B08;
}
.AnyTagClassName
{
color: #705B08;
}
</style>
background-color css
<style>
a { background-color: #705B08; }
a { background-color: rgb(112,91,8); }
div.DivClassName
{
background-color: #705B08;
}
.BgClassName
{
background-color: #705B08;
}
</style>
border-color css
<style>
span { border-color: #705B08; }
span { border-color: rgb(112,91,8); }
td.TdClassName
{
border-color: #705B08;
}
.TagClassName
{
border-color: #705B08;
}
</style>