Shades of Raw Umber #70410F
Tints of Raw Umber #70410F
RGB
CMYK
RGB Variations
Color information
#70410F (or 0x70410F) is known color: Raw Umber. HEX triplet: 70, 41 and 0F. RGB value is (112,65,15). Sum of RGB (Red+Green+Blue) = 112+65+15=192 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.33% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 112 - color contains mainly: red. Hex color #70410F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70410F is #8FBEF0. Grayscale: #494949. Windows color (decimal): -9420529 or 999792. OLE color: 999792.
HSL color Cylindrical-coordinate representation of color #70410F: hue angle of 30.93º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70410F is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 65 | 15 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.56 |
| HSL | 30.93º | 0.76% | 0.25% | - |
| HSV(B) | 30.93º | 0.87% | 0.44% | - |
| XYZ | 8.66 | 7.26 | 1.4 | - |
| YUV | 73.35 | 95.07 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 65 | 15 | 0 | 0.42 | 0.87 | 0.56 | 30.93 | 0.76 | 0.25 |
| Hex | 70 | 41 | F | 0 | 2A | 57 | 38 | 1F | 4C | 19 |
| Octal | 160 | 101 | 17 | 0 | 52 | 127 | 70 | 37 | 114 | 31 |
| Binary | 1110000 | 1000001 | 1111 | 0 | 101010 | 1010111 | 111000 | 11111 | 1001100 | 11001 |
Color Harmonies of #70410F
Complementary color
Monochromatic Colors of #70410F
Black with #70410F
Text Example
Text Example
White with #70410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70410F; }
p { color: rgb(112,65,15); }
H1.HeaderClassName
{
color: #70410F;
}
.AnyTagClassName
{
color: #70410F;
}
</style>
background-color css
<style>
a { background-color: #70410F; }
a { background-color: rgb(112,65,15); }
div.DivClassName
{
background-color: #70410F;
}
.BgClassName
{
background-color: #70410F;
}
</style>
border-color css
<style>
span { border-color: #70410F; }
span { border-color: rgb(112,65,15); }
td.TdClassName
{
border-color: #70410F;
}
.TagClassName
{
border-color: #70410F;
}
</style>