Shades of Raw Umber #70580C
Tints of Raw Umber #70580C
RGB
CMYK
RGB Variations
Color information
#70580C (or 0x70580C) is known color: Raw Umber. HEX triplet: 70, 58 and 0C. RGB value is (112,88,12). Sum of RGB (Red+Green+Blue) = 112+88+12=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #70580C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70580C is #8FA7F3. Grayscale: #565656. Windows color (decimal): -9414644 or 809072. OLE color: 809072.
HSL color Cylindrical-coordinate representation of color #70580C: hue angle of 45.6º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70580C is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 88 | 12 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.56 |
| HSL | 45.6º | 0.81% | 0.24% | - |
| HSV(B) | 45.6º | 0.89% | 0.44% | - |
| XYZ | 10.24 | 10.45 | 1.83 | - |
| YUV | 86.51 | 85.95 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 88 | 12 | 0 | 0.21 | 0.89 | 0.56 | 45.6 | 0.81 | 0.24 |
| Hex | 70 | 58 | C | 0 | 15 | 59 | 38 | 2E | 51 | 18 |
| Octal | 160 | 130 | 14 | 0 | 25 | 131 | 70 | 56 | 121 | 30 |
| Binary | 1110000 | 1011000 | 1100 | 0 | 10101 | 1011001 | 111000 | 101110 | 1010001 | 11000 |
Color Harmonies of #70580C
Complementary color
Monochromatic Colors of #70580C
Black with #70580C
Text Example
Text Example
White with #70580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70580C; }
p { color: rgb(112,88,12); }
H1.HeaderClassName
{
color: #70580C;
}
.AnyTagClassName
{
color: #70580C;
}
</style>
background-color css
<style>
a { background-color: #70580C; }
a { background-color: rgb(112,88,12); }
div.DivClassName
{
background-color: #70580C;
}
.BgClassName
{
background-color: #70580C;
}
</style>
border-color css
<style>
span { border-color: #70580C; }
span { border-color: rgb(112,88,12); }
td.TdClassName
{
border-color: #70580C;
}
.TagClassName
{
border-color: #70580C;
}
</style>