Shades of Raw Umber #72520A
Tints of Raw Umber #72520A
RGB
CMYK
RGB Variations
Color information
#72520A (or 0x72520A) is known color: Raw Umber. HEX triplet: 72, 52 and 0A. RGB value is (114,82,10). Sum of RGB (Red+Green+Blue) = 114+82+10=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 10 (4.30% from 255 or 4.85% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #72520A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72520A is #8DADF5. Grayscale: #535353. Windows color (decimal): -9285110 or 676466. OLE color: 676466.
HSL color Cylindrical-coordinate representation of color #72520A: hue angle of 41.54º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72520A is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 82 | 10 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.55 |
| HSL | 41.54º | 0.84% | 0.24% | - |
| HSV(B) | 41.54º | 0.91% | 0.45% | - |
| XYZ | 10.01 | 9.63 | 1.62 | - |
| YUV | 83.36 | 86.6 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 82 | 10 | 0 | 0.28 | 0.91 | 0.55 | 41.54 | 0.84 | 0.24 |
| Hex | 72 | 52 | A | 0 | 1C | 5B | 37 | 2A | 54 | 18 |
| Octal | 162 | 122 | 12 | 0 | 34 | 133 | 67 | 52 | 124 | 30 |
| Binary | 1110010 | 1010010 | 1010 | 0 | 11100 | 1011011 | 110111 | 101010 | 1010100 | 11000 |
Color Harmonies of #72520A
Complementary color
Monochromatic Colors of #72520A
Black with #72520A
Text Example
Text Example
White with #72520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72520A; }
p { color: rgb(114,82,10); }
H1.HeaderClassName
{
color: #72520A;
}
.AnyTagClassName
{
color: #72520A;
}
</style>
background-color css
<style>
a { background-color: #72520A; }
a { background-color: rgb(114,82,10); }
div.DivClassName
{
background-color: #72520A;
}
.BgClassName
{
background-color: #72520A;
}
</style>
border-color css
<style>
span { border-color: #72520A; }
span { border-color: rgb(114,82,10); }
td.TdClassName
{
border-color: #72520A;
}
.TagClassName
{
border-color: #72520A;
}
</style>