Shades of Raw Umber #70521C
Tints of Raw Umber #70521C
RGB
CMYK
RGB Variations
Color information
#70521C (or 0x70521C) is known color: Raw Umber. HEX triplet: 70, 52 and 1C. RGB value is (112,82,28). Sum of RGB (Red+Green+Blue) = 112+82+28=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #70521C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70521C is #8FADE3. Grayscale: #555555. Windows color (decimal): -9416164 or 1856112. OLE color: 1856112.
HSL color Cylindrical-coordinate representation of color #70521C: hue angle of 38.57º 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 #70521C is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 82 | 28 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.56 |
| HSL | 38.57º | 0.6% | 0.27% | - |
| HSV(B) | 38.57º | 0.75% | 0.44% | - |
| XYZ | 9.91 | 9.56 | 2.42 | - |
| YUV | 84.81 | 95.94 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 82 | 28 | 0 | 0.27 | 0.75 | 0.56 | 38.57 | 0.6 | 0.27 |
| Hex | 70 | 52 | 1C | 0 | 1B | 4B | 38 | 27 | 3C | 1B |
| Octal | 160 | 122 | 34 | 0 | 33 | 113 | 70 | 47 | 74 | 33 |
| Binary | 1110000 | 1010010 | 11100 | 0 | 11011 | 1001011 | 111000 | 100111 | 111100 | 11011 |
Color Harmonies of #70521C
Complementary color
Monochromatic Colors of #70521C
Black with #70521C
Text Example
Text Example
White with #70521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70521C; }
p { color: rgb(112,82,28); }
H1.HeaderClassName
{
color: #70521C;
}
.AnyTagClassName
{
color: #70521C;
}
</style>
background-color css
<style>
a { background-color: #70521C; }
a { background-color: rgb(112,82,28); }
div.DivClassName
{
background-color: #70521C;
}
.BgClassName
{
background-color: #70521C;
}
</style>
border-color css
<style>
span { border-color: #70521C; }
span { border-color: rgb(112,82,28); }
td.TdClassName
{
border-color: #70521C;
}
.TagClassName
{
border-color: #70521C;
}
</style>