Shades of Raw Umber #72500D
Tints of Raw Umber #72500D
RGB
CMYK
RGB Variations
Color information
#72500D (or 0x72500D) is known color: Raw Umber. HEX triplet: 72, 50 and 0D. RGB value is (114,80,13). Sum of RGB (Red+Green+Blue) = 114+80+13=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #72500D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72500D is #8DAFF2. Grayscale: #525252. Windows color (decimal): -9285619 or 872562. OLE color: 872562.
HSL color Cylindrical-coordinate representation of color #72500D: hue angle of 39.8º 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 #72500D is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 80 | 13 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.55 |
| HSL | 39.8º | 0.8% | 0.25% | - |
| HSV(B) | 39.8º | 0.89% | 0.45% | - |
| XYZ | 9.88 | 9.34 | 1.66 | - |
| YUV | 82.53 | 88.76 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 80 | 13 | 0 | 0.30 | 0.89 | 0.55 | 39.8 | 0.8 | 0.25 |
| Hex | 72 | 50 | D | 0 | 1E | 59 | 37 | 28 | 50 | 19 |
| Octal | 162 | 120 | 15 | 0 | 36 | 131 | 67 | 50 | 120 | 31 |
| Binary | 1110010 | 1010000 | 1101 | 0 | 11110 | 1011001 | 110111 | 101000 | 1010000 | 11001 |
Color Harmonies of #72500D
Complementary color
Monochromatic Colors of #72500D
Black with #72500D
Text Example
Text Example
White with #72500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72500D; }
p { color: rgb(114,80,13); }
H1.HeaderClassName
{
color: #72500D;
}
.AnyTagClassName
{
color: #72500D;
}
</style>
background-color css
<style>
a { background-color: #72500D; }
a { background-color: rgb(114,80,13); }
div.DivClassName
{
background-color: #72500D;
}
.BgClassName
{
background-color: #72500D;
}
</style>
border-color css
<style>
span { border-color: #72500D; }
span { border-color: rgb(114,80,13); }
td.TdClassName
{
border-color: #72500D;
}
.TagClassName
{
border-color: #72500D;
}
</style>