Shades of Raw Umber #725210
Tints of Raw Umber #725210
RGB
CMYK
RGB Variations
Color information
#725210 (or 0x725210) is known color: Raw Umber. HEX triplet: 72, 52 and 10. RGB value is (114,82,16). Sum of RGB (Red+Green+Blue) = 114+82+16=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #725210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725210 is #8DADEF. Grayscale: #545454. Windows color (decimal): -9285104 or 1069682. OLE color: 1069682.
HSL color Cylindrical-coordinate representation of color #725210: hue angle of 40.41º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #725210 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 82 | 16 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.55 |
| HSL | 40.41º | 0.75% | 0.25% | - |
| HSV(B) | 40.41º | 0.86% | 0.45% | - |
| XYZ | 10.05 | 9.65 | 1.82 | - |
| YUV | 84.04 | 89.6 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 82 | 16 | 0 | 0.28 | 0.86 | 0.55 | 40.41 | 0.75 | 0.25 |
| Hex | 72 | 52 | 10 | 0 | 1C | 56 | 37 | 28 | 4B | 19 |
| Octal | 162 | 122 | 20 | 0 | 34 | 126 | 67 | 50 | 113 | 31 |
| Binary | 1110010 | 1010010 | 10000 | 0 | 11100 | 1010110 | 110111 | 101000 | 1001011 | 11001 |
Color Harmonies of #725210
Complementary color
Monochromatic Colors of #725210
Black with #725210
Text Example
Text Example
White with #725210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725210; }
p { color: rgb(114,82,16); }
H1.HeaderClassName
{
color: #725210;
}
.AnyTagClassName
{
color: #725210;
}
</style>
background-color css
<style>
a { background-color: #725210; }
a { background-color: rgb(114,82,16); }
div.DivClassName
{
background-color: #725210;
}
.BgClassName
{
background-color: #725210;
}
</style>
border-color css
<style>
span { border-color: #725210; }
span { border-color: rgb(114,82,16); }
td.TdClassName
{
border-color: #725210;
}
.TagClassName
{
border-color: #725210;
}
</style>