Shades of Raw Umber #70550F
Tints of Raw Umber #70550F
RGB
CMYK
RGB Variations
Color information
#70550F (or 0x70550F) is known color: Raw Umber. HEX triplet: 70, 55 and 0F. RGB value is (112,85,15). Sum of RGB (Red+Green+Blue) = 112+85+15=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #70550F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70550F is #8FAAF0. Grayscale: #555555. Windows color (decimal): -9415409 or 1004912. OLE color: 1004912.
HSL color Cylindrical-coordinate representation of color #70550F: hue angle of 43.3º 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 #70550F is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 85 | 15 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.56 |
| HSL | 43.3º | 0.76% | 0.25% | - |
| HSV(B) | 43.3º | 0.87% | 0.44% | - |
| XYZ | 10.02 | 9.98 | 1.85 | - |
| YUV | 85.09 | 88.45 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 85 | 15 | 0 | 0.24 | 0.87 | 0.56 | 43.3 | 0.76 | 0.25 |
| Hex | 70 | 55 | F | 0 | 18 | 57 | 38 | 2B | 4C | 19 |
| Octal | 160 | 125 | 17 | 0 | 30 | 127 | 70 | 53 | 114 | 31 |
| Binary | 1110000 | 1010101 | 1111 | 0 | 11000 | 1010111 | 111000 | 101011 | 1001100 | 11001 |
Color Harmonies of #70550F
Complementary color
Monochromatic Colors of #70550F
Black with #70550F
Text Example
Text Example
White with #70550F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70550F; }
p { color: rgb(112,85,15); }
H1.HeaderClassName
{
color: #70550F;
}
.AnyTagClassName
{
color: #70550F;
}
</style>
background-color css
<style>
a { background-color: #70550F; }
a { background-color: rgb(112,85,15); }
div.DivClassName
{
background-color: #70550F;
}
.BgClassName
{
background-color: #70550F;
}
</style>
border-color css
<style>
span { border-color: #70550F; }
span { border-color: rgb(112,85,15); }
td.TdClassName
{
border-color: #70550F;
}
.TagClassName
{
border-color: #70550F;
}
</style>