Shades of Raw Umber #705513
Tints of Raw Umber #705513
RGB
CMYK
RGB Variations
Color information
#705513 (or 0x705513) is known color: Raw Umber. HEX triplet: 70, 55 and 13. RGB value is (112,85,19). Sum of RGB (Red+Green+Blue) = 112+85+19=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #705513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705513 is #8FAAEC. Grayscale: #555555. Windows color (decimal): -9415405 or 1267056. OLE color: 1267056.
HSL color Cylindrical-coordinate representation of color #705513: hue angle of 42.58º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #705513 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 85 | 19 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.56 |
| HSL | 42.58º | 0.71% | 0.26% | - |
| HSV(B) | 42.58º | 0.83% | 0.44% | - |
| XYZ | 10.05 | 9.99 | 2.01 | - |
| YUV | 85.55 | 90.45 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 85 | 19 | 0 | 0.24 | 0.83 | 0.56 | 42.58 | 0.71 | 0.26 |
| Hex | 70 | 55 | 13 | 0 | 18 | 53 | 38 | 2B | 47 | 1A |
| Octal | 160 | 125 | 23 | 0 | 30 | 123 | 70 | 53 | 107 | 32 |
| Binary | 1110000 | 1010101 | 10011 | 0 | 11000 | 1010011 | 111000 | 101011 | 1000111 | 11010 |
Color Harmonies of #705513
Complementary color
Monochromatic Colors of #705513
Black with #705513
Text Example
Text Example
White with #705513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705513; }
p { color: rgb(112,85,19); }
H1.HeaderClassName
{
color: #705513;
}
.AnyTagClassName
{
color: #705513;
}
</style>
background-color css
<style>
a { background-color: #705513; }
a { background-color: rgb(112,85,19); }
div.DivClassName
{
background-color: #705513;
}
.BgClassName
{
background-color: #705513;
}
</style>
border-color css
<style>
span { border-color: #705513; }
span { border-color: rgb(112,85,19); }
td.TdClassName
{
border-color: #705513;
}
.TagClassName
{
border-color: #705513;
}
</style>