Shades of Raw Umber #705F07
Tints of Raw Umber #705F07
RGB
CMYK
RGB Variations
Color information
#705F07 (or 0x705F07) is known color: Raw Umber. HEX triplet: 70, 5F and 07. RGB value is (112,95,7). Sum of RGB (Red+Green+Blue) = 112+95+7=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 95 (37.5% from 255 or 44.39% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #705F07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705F07 is #8FA0F8. Grayscale: #5A5A5A. Windows color (decimal): -9412857 or 483184. OLE color: 483184.
HSL color Cylindrical-coordinate representation of color #705F07: hue angle of 50.29º 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 #705F07 is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 7 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.56 |
| HSL | 50.29º | 0.88% | 0.23% | - |
| HSV(B) | 50.29º | 0.94% | 0.44% | - |
| XYZ | 10.81 | 11.64 | 1.88 | - |
| YUV | 90.05 | 81.13 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 7 | 0 | 0.15 | 0.94 | 0.56 | 50.29 | 0.88 | 0.23 |
| Hex | 70 | 5F | 7 | 0 | F | 5E | 38 | 32 | 58 | 17 |
| Octal | 160 | 137 | 7 | 0 | 17 | 136 | 70 | 62 | 130 | 27 |
| Binary | 1110000 | 1011111 | 111 | 0 | 1111 | 1011110 | 111000 | 110010 | 1011000 | 10111 |
Color Harmonies of #705F07
Complementary color
Monochromatic Colors of #705F07
Black with #705F07
Text Example
Text Example
White with #705F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F07; }
p { color: rgb(112,95,7); }
H1.HeaderClassName
{
color: #705F07;
}
.AnyTagClassName
{
color: #705F07;
}
</style>
background-color css
<style>
a { background-color: #705F07; }
a { background-color: rgb(112,95,7); }
div.DivClassName
{
background-color: #705F07;
}
.BgClassName
{
background-color: #705F07;
}
</style>
border-color css
<style>
span { border-color: #705F07; }
span { border-color: rgb(112,95,7); }
td.TdClassName
{
border-color: #705F07;
}
.TagClassName
{
border-color: #705F07;
}
</style>