Shades of Raw Umber #72540D
Tints of Raw Umber #72540D
RGB
CMYK
RGB Variations
Color information
#72540D (or 0x72540D) is known color: Raw Umber. HEX triplet: 72, 54 and 0D. RGB value is (114,84,13). Sum of RGB (Red+Green+Blue) = 114+84+13=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #72540D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72540D is #8DABF2. Grayscale: #555555. Windows color (decimal): -9284595 or 873586. OLE color: 873586.
HSL color Cylindrical-coordinate representation of color #72540D: hue angle of 42.18º 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 #72540D is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 84 | 13 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.55 |
| HSL | 42.18º | 0.8% | 0.25% | - |
| HSV(B) | 42.18º | 0.89% | 0.45% | - |
| XYZ | 10.18 | 9.95 | 1.76 | - |
| YUV | 84.88 | 87.44 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 84 | 13 | 0 | 0.26 | 0.89 | 0.55 | 42.18 | 0.8 | 0.25 |
| Hex | 72 | 54 | D | 0 | 1A | 59 | 37 | 2A | 50 | 19 |
| Octal | 162 | 124 | 15 | 0 | 32 | 131 | 67 | 52 | 120 | 31 |
| Binary | 1110010 | 1010100 | 1101 | 0 | 11010 | 1011001 | 110111 | 101010 | 1010000 | 11001 |
Color Harmonies of #72540D
Complementary color
Monochromatic Colors of #72540D
Black with #72540D
Text Example
Text Example
White with #72540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72540D; }
p { color: rgb(114,84,13); }
H1.HeaderClassName
{
color: #72540D;
}
.AnyTagClassName
{
color: #72540D;
}
</style>
background-color css
<style>
a { background-color: #72540D; }
a { background-color: rgb(114,84,13); }
div.DivClassName
{
background-color: #72540D;
}
.BgClassName
{
background-color: #72540D;
}
</style>
border-color css
<style>
span { border-color: #72540D; }
span { border-color: rgb(114,84,13); }
td.TdClassName
{
border-color: #72540D;
}
.TagClassName
{
border-color: #72540D;
}
</style>