Shades of Raw Umber #725211
Tints of Raw Umber #725211
RGB
CMYK
RGB Variations
Color information
#725211 (or 0x725211) is known color: Raw Umber. HEX triplet: 72, 52 and 11. RGB value is (114,82,17). Sum of RGB (Red+Green+Blue) = 114+82+17=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #725211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725211 is #8DADEE. Grayscale: #545454. Windows color (decimal): -9285103 or 1135218. OLE color: 1135218.
HSL color Cylindrical-coordinate representation of color #725211: hue angle of 40.21º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #725211 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 82 | 17 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.55 |
| HSL | 40.21º | 0.74% | 0.26% | - |
| HSV(B) | 40.21º | 0.85% | 0.45% | - |
| XYZ | 10.06 | 9.65 | 1.86 | - |
| YUV | 84.16 | 90.1 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 82 | 17 | 0 | 0.28 | 0.85 | 0.55 | 40.21 | 0.74 | 0.26 |
| Hex | 72 | 52 | 11 | 0 | 1C | 55 | 37 | 28 | 4A | 1A |
| Octal | 162 | 122 | 21 | 0 | 34 | 125 | 67 | 50 | 112 | 32 |
| Binary | 1110010 | 1010010 | 10001 | 0 | 11100 | 1010101 | 110111 | 101000 | 1001010 | 11010 |
Color Harmonies of #725211
Complementary color
Monochromatic Colors of #725211
Black with #725211
Text Example
Text Example
White with #725211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725211; }
p { color: rgb(114,82,17); }
H1.HeaderClassName
{
color: #725211;
}
.AnyTagClassName
{
color: #725211;
}
</style>
background-color css
<style>
a { background-color: #725211; }
a { background-color: rgb(114,82,17); }
div.DivClassName
{
background-color: #725211;
}
.BgClassName
{
background-color: #725211;
}
</style>
border-color css
<style>
span { border-color: #725211; }
span { border-color: rgb(114,82,17); }
td.TdClassName
{
border-color: #725211;
}
.TagClassName
{
border-color: #725211;
}
</style>