Shades of Raw Umber #70530E
Tints of Raw Umber #70530E
RGB
CMYK
RGB Variations
Color information
#70530E (or 0x70530E) is known color: Raw Umber. HEX triplet: 70, 53 and 0E. RGB value is (112,83,14). Sum of RGB (Red+Green+Blue) = 112+83+14=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #70530E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70530E is #8FACF1. Grayscale: #545454. Windows color (decimal): -9415922 or 938864. OLE color: 938864.
HSL color Cylindrical-coordinate representation of color #70530E: hue angle of 42.24º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70530E is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 83 | 14 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.56 |
| HSL | 42.24º | 0.78% | 0.25% | - |
| HSV(B) | 42.24º | 0.88% | 0.44% | - |
| XYZ | 9.85 | 9.66 | 1.76 | - |
| YUV | 83.81 | 88.61 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 83 | 14 | 0 | 0.26 | 0.88 | 0.56 | 42.24 | 0.78 | 0.25 |
| Hex | 70 | 53 | E | 0 | 1A | 58 | 38 | 2A | 4E | 19 |
| Octal | 160 | 123 | 16 | 0 | 32 | 130 | 70 | 52 | 116 | 31 |
| Binary | 1110000 | 1010011 | 1110 | 0 | 11010 | 1011000 | 111000 | 101010 | 1001110 | 11001 |
Color Harmonies of #70530E
Complementary color
Monochromatic Colors of #70530E
Black with #70530E
Text Example
Text Example
White with #70530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70530E; }
p { color: rgb(112,83,14); }
H1.HeaderClassName
{
color: #70530E;
}
.AnyTagClassName
{
color: #70530E;
}
</style>
background-color css
<style>
a { background-color: #70530E; }
a { background-color: rgb(112,83,14); }
div.DivClassName
{
background-color: #70530E;
}
.BgClassName
{
background-color: #70530E;
}
</style>
border-color css
<style>
span { border-color: #70530E; }
span { border-color: rgb(112,83,14); }
td.TdClassName
{
border-color: #70530E;
}
.TagClassName
{
border-color: #70530E;
}
</style>