Shades of Raw Umber #70541B
Tints of Raw Umber #70541B
RGB
CMYK
RGB Variations
Color information
#70541B (or 0x70541B) is known color: Raw Umber. HEX triplet: 70, 54 and 1B. RGB value is (112,84,27). Sum of RGB (Red+Green+Blue) = 112+84+27=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70541B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70541B is #8FABE4. Grayscale: #565656. Windows color (decimal): -9415653 or 1791088. OLE color: 1791088.
HSL color Cylindrical-coordinate representation of color #70541B: hue angle of 40.24º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70541B is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 84 | 27 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.56 |
| HSL | 40.24º | 0.61% | 0.27% | - |
| HSV(B) | 40.24º | 0.76% | 0.44% | - |
| XYZ | 10.05 | 9.86 | 2.41 | - |
| YUV | 85.87 | 94.78 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 84 | 27 | 0 | 0.25 | 0.76 | 0.56 | 40.24 | 0.61 | 0.27 |
| Hex | 70 | 54 | 1B | 0 | 19 | 4C | 38 | 28 | 3D | 1B |
| Octal | 160 | 124 | 33 | 0 | 31 | 114 | 70 | 50 | 75 | 33 |
| Binary | 1110000 | 1010100 | 11011 | 0 | 11001 | 1001100 | 111000 | 101000 | 111101 | 11011 |
Color Harmonies of #70541B
Complementary color
Monochromatic Colors of #70541B
Black with #70541B
Text Example
Text Example
White with #70541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70541B; }
p { color: rgb(112,84,27); }
H1.HeaderClassName
{
color: #70541B;
}
.AnyTagClassName
{
color: #70541B;
}
</style>
background-color css
<style>
a { background-color: #70541B; }
a { background-color: rgb(112,84,27); }
div.DivClassName
{
background-color: #70541B;
}
.BgClassName
{
background-color: #70541B;
}
</style>
border-color css
<style>
span { border-color: #70541B; }
span { border-color: rgb(112,84,27); }
td.TdClassName
{
border-color: #70541B;
}
.TagClassName
{
border-color: #70541B;
}
</style>