Shades of Raw Umber #70541C
Tints of Raw Umber #70541C
RGB
CMYK
RGB Variations
Color information
#70541C (or 0x70541C) is known color: Raw Umber. HEX triplet: 70, 54 and 1C. RGB value is (112,84,28). Sum of RGB (Red+Green+Blue) = 112+84+28=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 84 (33.20% from 255 or 37.5% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #70541C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70541C is #8FABE3. Grayscale: #565656. Windows color (decimal): -9415652 or 1856624. OLE color: 1856624.
HSL color Cylindrical-coordinate representation of color #70541C: hue angle of 40º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70541C is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 84 | 28 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.56 |
| HSL | 40º | 0.6% | 0.27% | - |
| HSV(B) | 40º | 0.75% | 0.44% | - |
| XYZ | 10.06 | 9.87 | 2.47 | - |
| YUV | 85.99 | 95.28 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 84 | 28 | 0 | 0.25 | 0.75 | 0.56 | 40 | 0.6 | 0.27 |
| Hex | 70 | 54 | 1C | 0 | 19 | 4B | 38 | 28 | 3C | 1B |
| Octal | 160 | 124 | 34 | 0 | 31 | 113 | 70 | 50 | 74 | 33 |
| Binary | 1110000 | 1010100 | 11100 | 0 | 11001 | 1001011 | 111000 | 101000 | 111100 | 11011 |
Color Harmonies of #70541C
Complementary color
Monochromatic Colors of #70541C
Black with #70541C
Text Example
Text Example
White with #70541C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70541C; }
p { color: rgb(112,84,28); }
H1.HeaderClassName
{
color: #70541C;
}
.AnyTagClassName
{
color: #70541C;
}
</style>
background-color css
<style>
a { background-color: #70541C; }
a { background-color: rgb(112,84,28); }
div.DivClassName
{
background-color: #70541C;
}
.BgClassName
{
background-color: #70541C;
}
</style>
border-color css
<style>
span { border-color: #70541C; }
span { border-color: rgb(112,84,28); }
td.TdClassName
{
border-color: #70541C;
}
.TagClassName
{
border-color: #70541C;
}
</style>