Shades of Raw Umber #715212
Tints of Raw Umber #715212
RGB
CMYK
RGB Variations
Color information
#715212 (or 0x715212) is known color: Raw Umber. HEX triplet: 71, 52 and 12. RGB value is (113,82,18). Sum of RGB (Red+Green+Blue) = 113+82+18=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #715212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715212 is #8EADED. Grayscale: #545454. Windows color (decimal): -9350638 or 1200753. OLE color: 1200753.
HSL color Cylindrical-coordinate representation of color #715212: hue angle of 40.42º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #715212 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 82 | 18 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.56 |
| HSL | 40.42º | 0.73% | 0.26% | - |
| HSV(B) | 40.42º | 0.84% | 0.44% | - |
| XYZ | 9.94 | 9.59 | 1.9 | - |
| YUV | 83.97 | 90.77 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 82 | 18 | 0 | 0.27 | 0.84 | 0.56 | 40.42 | 0.73 | 0.26 |
| Hex | 71 | 52 | 12 | 0 | 1B | 54 | 38 | 28 | 49 | 1A |
| Octal | 161 | 122 | 22 | 0 | 33 | 124 | 70 | 50 | 111 | 32 |
| Binary | 1110001 | 1010010 | 10010 | 0 | 11011 | 1010100 | 111000 | 101000 | 1001001 | 11010 |
Color Harmonies of #715212
Complementary color
Monochromatic Colors of #715212
Black with #715212
Text Example
Text Example
White with #715212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715212; }
p { color: rgb(113,82,18); }
H1.HeaderClassName
{
color: #715212;
}
.AnyTagClassName
{
color: #715212;
}
</style>
background-color css
<style>
a { background-color: #715212; }
a { background-color: rgb(113,82,18); }
div.DivClassName
{
background-color: #715212;
}
.BgClassName
{
background-color: #715212;
}
</style>
border-color css
<style>
span { border-color: #715212; }
span { border-color: rgb(113,82,18); }
td.TdClassName
{
border-color: #715212;
}
.TagClassName
{
border-color: #715212;
}
</style>