Shades of Raw Umber #705B07
Tints of Raw Umber #705B07
RGB
CMYK
RGB Variations
Color information
#705B07 (or 0x705B07) is known color: Raw Umber. HEX triplet: 70, 5B and 07. RGB value is (112,91,7). Sum of RGB (Red+Green+Blue) = 112+91+7=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 91 (35.94% from 255 or 43.33% from 210); Blue value is 7 (3.12% from 255 or 3.33% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #705B07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705B07 is #8FA4F8. Grayscale: #585858. Windows color (decimal): -9413881 or 482160. OLE color: 482160.
HSL color Cylindrical-coordinate representation of color #705B07: hue angle of 48º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #705B07 is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 91 | 7 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.56 |
| HSL | 48º | 0.88% | 0.23% | - |
| HSV(B) | 48º | 0.94% | 0.44% | - |
| XYZ | 10.46 | 10.94 | 1.76 | - |
| YUV | 87.7 | 82.46 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 7 | 0 | 0.19 | 0.94 | 0.56 | 48 | 0.88 | 0.23 |
| Hex | 70 | 5B | 7 | 0 | 13 | 5E | 38 | 30 | 58 | 17 |
| Octal | 160 | 133 | 7 | 0 | 23 | 136 | 70 | 60 | 130 | 27 |
| Binary | 1110000 | 1011011 | 111 | 0 | 10011 | 1011110 | 111000 | 110000 | 1011000 | 10111 |
Color Harmonies of #705B07
Complementary color
Monochromatic Colors of #705B07
Black with #705B07
Text Example
Text Example
White with #705B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705B07; }
p { color: rgb(112,91,7); }
H1.HeaderClassName
{
color: #705B07;
}
.AnyTagClassName
{
color: #705B07;
}
</style>
background-color css
<style>
a { background-color: #705B07; }
a { background-color: rgb(112,91,7); }
div.DivClassName
{
background-color: #705B07;
}
.BgClassName
{
background-color: #705B07;
}
</style>
border-color css
<style>
span { border-color: #705B07; }
span { border-color: rgb(112,91,7); }
td.TdClassName
{
border-color: #705B07;
}
.TagClassName
{
border-color: #705B07;
}
</style>