Shades of Raw Umber #705A0A
Tints of Raw Umber #705A0A
RGB
CMYK
RGB Variations
Color information
#705A0A (or 0x705A0A) is known color: Raw Umber. HEX triplet: 70, 5A and 0A. RGB value is (112,90,10). Sum of RGB (Red+Green+Blue) = 112+90+10=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 10 (4.30% from 255 or 4.72% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #705A0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705A0A is #8FA5F5. Grayscale: #575757. Windows color (decimal): -9414134 or 678512. OLE color: 678512.
HSL color Cylindrical-coordinate representation of color #705A0A: hue angle of 47.06º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #705A0A is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 90 | 10 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.56 |
| HSL | 47.06º | 0.84% | 0.24% | - |
| HSV(B) | 47.06º | 0.91% | 0.44% | - |
| XYZ | 10.39 | 10.78 | 1.82 | - |
| YUV | 87.46 | 84.29 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 90 | 10 | 0 | 0.20 | 0.91 | 0.56 | 47.06 | 0.84 | 0.24 |
| Hex | 70 | 5A | A | 0 | 14 | 5B | 38 | 2F | 54 | 18 |
| Octal | 160 | 132 | 12 | 0 | 24 | 133 | 70 | 57 | 124 | 30 |
| Binary | 1110000 | 1011010 | 1010 | 0 | 10100 | 1011011 | 111000 | 101111 | 1010100 | 11000 |
Color Harmonies of #705A0A
Complementary color
Monochromatic Colors of #705A0A
Black with #705A0A
Text Example
Text Example
White with #705A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705A0A; }
p { color: rgb(112,90,10); }
H1.HeaderClassName
{
color: #705A0A;
}
.AnyTagClassName
{
color: #705A0A;
}
</style>
background-color css
<style>
a { background-color: #705A0A; }
a { background-color: rgb(112,90,10); }
div.DivClassName
{
background-color: #705A0A;
}
.BgClassName
{
background-color: #705A0A;
}
</style>
border-color css
<style>
span { border-color: #705A0A; }
span { border-color: rgb(112,90,10); }
td.TdClassName
{
border-color: #705A0A;
}
.TagClassName
{
border-color: #705A0A;
}
</style>