Shades of Raw Umber #70410D
Tints of Raw Umber #70410D
RGB
CMYK
RGB Variations
Color information
#70410D (or 0x70410D) is known color: Raw Umber. HEX triplet: 70, 41 and 0D. RGB value is (112,65,13). Sum of RGB (Red+Green+Blue) = 112+65+13=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #70410D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70410D is #8FBEF2. Grayscale: #494949. Windows color (decimal): -9420531 or 868720. OLE color: 868720.
HSL color Cylindrical-coordinate representation of color #70410D: hue angle of 31.52º degrees, saturation: 0.79, 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 #70410D is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 65 | 13 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.56 |
| HSL | 31.52º | 0.79% | 0.25% | - |
| HSV(B) | 31.52º | 0.88% | 0.44% | - |
| XYZ | 8.65 | 7.25 | 1.33 | - |
| YUV | 73.13 | 94.07 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 65 | 13 | 0 | 0.42 | 0.88 | 0.56 | 31.52 | 0.79 | 0.25 |
| Hex | 70 | 41 | D | 0 | 2A | 58 | 38 | 20 | 4F | 19 |
| Octal | 160 | 101 | 15 | 0 | 52 | 130 | 70 | 40 | 117 | 31 |
| Binary | 1110000 | 1000001 | 1101 | 0 | 101010 | 1011000 | 111000 | 100000 | 1001111 | 11001 |
Color Harmonies of #70410D
Complementary color
Monochromatic Colors of #70410D
Black with #70410D
Text Example
Text Example
White with #70410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70410D; }
p { color: rgb(112,65,13); }
H1.HeaderClassName
{
color: #70410D;
}
.AnyTagClassName
{
color: #70410D;
}
</style>
background-color css
<style>
a { background-color: #70410D; }
a { background-color: rgb(112,65,13); }
div.DivClassName
{
background-color: #70410D;
}
.BgClassName
{
background-color: #70410D;
}
</style>
border-color css
<style>
span { border-color: #70410D; }
span { border-color: rgb(112,65,13); }
td.TdClassName
{
border-color: #70410D;
}
.TagClassName
{
border-color: #70410D;
}
</style>