Shades of Raw Umber #72520D
Tints of Raw Umber #72520D
RGB
CMYK
RGB Variations
Color information
#72520D (or 0x72520D) is known color: Raw Umber. HEX triplet: 72, 52 and 0D. RGB value is (114,82,13). Sum of RGB (Red+Green+Blue) = 114+82+13=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #72520D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72520D is #8DADF2. Grayscale: #545454. Windows color (decimal): -9285107 or 873074. OLE color: 873074.
HSL color Cylindrical-coordinate representation of color #72520D: hue angle of 40.99º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72520D is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 82 | 13 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.55 |
| HSL | 40.99º | 0.8% | 0.25% | - |
| HSV(B) | 40.99º | 0.89% | 0.45% | - |
| XYZ | 10.03 | 9.64 | 1.71 | - |
| YUV | 83.7 | 88.1 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 82 | 13 | 0 | 0.28 | 0.89 | 0.55 | 40.99 | 0.8 | 0.25 |
| Hex | 72 | 52 | D | 0 | 1C | 59 | 37 | 29 | 50 | 19 |
| Octal | 162 | 122 | 15 | 0 | 34 | 131 | 67 | 51 | 120 | 31 |
| Binary | 1110010 | 1010010 | 1101 | 0 | 11100 | 1011001 | 110111 | 101001 | 1010000 | 11001 |
Color Harmonies of #72520D
Complementary color
Monochromatic Colors of #72520D
Black with #72520D
Text Example
Text Example
White with #72520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72520D; }
p { color: rgb(114,82,13); }
H1.HeaderClassName
{
color: #72520D;
}
.AnyTagClassName
{
color: #72520D;
}
</style>
background-color css
<style>
a { background-color: #72520D; }
a { background-color: rgb(114,82,13); }
div.DivClassName
{
background-color: #72520D;
}
.BgClassName
{
background-color: #72520D;
}
</style>
border-color css
<style>
span { border-color: #72520D; }
span { border-color: rgb(114,82,13); }
td.TdClassName
{
border-color: #72520D;
}
.TagClassName
{
border-color: #72520D;
}
</style>