Shades of Raw Umber #70450F
Tints of Raw Umber #70450F
RGB
CMYK
RGB Variations
Color information
#70450F (or 0x70450F) is known color: Raw Umber. HEX triplet: 70, 45 and 0F. RGB value is (112,69,15). Sum of RGB (Red+Green+Blue) = 112+69+15=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #70450F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70450F is #8FBAF0. Grayscale: #4B4B4B. Windows color (decimal): -9419505 or 1000816. OLE color: 1000816.
HSL color Cylindrical-coordinate representation of color #70450F: hue angle of 33.4º 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 #70450F is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 69 | 15 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.56 |
| HSL | 33.4º | 0.76% | 0.25% | - |
| HSV(B) | 33.4º | 0.87% | 0.44% | - |
| XYZ | 8.9 | 7.74 | 1.48 | - |
| YUV | 75.7 | 93.75 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 69 | 15 | 0 | 0.38 | 0.87 | 0.56 | 33.4 | 0.76 | 0.25 |
| Hex | 70 | 45 | F | 0 | 26 | 57 | 38 | 21 | 4C | 19 |
| Octal | 160 | 105 | 17 | 0 | 46 | 127 | 70 | 41 | 114 | 31 |
| Binary | 1110000 | 1000101 | 1111 | 0 | 100110 | 1010111 | 111000 | 100001 | 1001100 | 11001 |
Color Harmonies of #70450F
Complementary color
Monochromatic Colors of #70450F
Black with #70450F
Text Example
Text Example
White with #70450F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70450F; }
p { color: rgb(112,69,15); }
H1.HeaderClassName
{
color: #70450F;
}
.AnyTagClassName
{
color: #70450F;
}
</style>
background-color css
<style>
a { background-color: #70450F; }
a { background-color: rgb(112,69,15); }
div.DivClassName
{
background-color: #70450F;
}
.BgClassName
{
background-color: #70450F;
}
</style>
border-color css
<style>
span { border-color: #70450F; }
span { border-color: rgb(112,69,15); }
td.TdClassName
{
border-color: #70450F;
}
.TagClassName
{
border-color: #70450F;
}
</style>