Shades of Raw Umber #724D0D
Tints of Raw Umber #724D0D
RGB
CMYK
RGB Variations
Color information
#724D0D (or 0x724D0D) is known color: Raw Umber. HEX triplet: 72, 4D and 0D. RGB value is (114,77,13). Sum of RGB (Red+Green+Blue) = 114+77+13=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #724D0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #724D0D is #8DB2F2. Grayscale: #515151. Windows color (decimal): -9286387 or 871794. OLE color: 871794.
HSL color Cylindrical-coordinate representation of color #724D0D: hue angle of 38.02º 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 #724D0D is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 77 | 13 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.55 |
| HSL | 38.02º | 0.8% | 0.25% | - |
| HSV(B) | 38.02º | 0.89% | 0.45% | - |
| XYZ | 9.67 | 8.91 | 1.59 | - |
| YUV | 80.77 | 89.76 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 13 | 0 | 0.32 | 0.89 | 0.55 | 38.02 | 0.8 | 0.25 |
| Hex | 72 | 4D | D | 0 | 20 | 59 | 37 | 26 | 50 | 19 |
| Octal | 162 | 115 | 15 | 0 | 40 | 131 | 67 | 46 | 120 | 31 |
| Binary | 1110010 | 1001101 | 1101 | 0 | 100000 | 1011001 | 110111 | 100110 | 1010000 | 11001 |
Color Harmonies of #724D0D
Complementary color
Monochromatic Colors of #724D0D
Black with #724D0D
Text Example
Text Example
White with #724D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724D0D; }
p { color: rgb(114,77,13); }
H1.HeaderClassName
{
color: #724D0D;
}
.AnyTagClassName
{
color: #724D0D;
}
</style>
background-color css
<style>
a { background-color: #724D0D; }
a { background-color: rgb(114,77,13); }
div.DivClassName
{
background-color: #724D0D;
}
.BgClassName
{
background-color: #724D0D;
}
</style>
border-color css
<style>
span { border-color: #724D0D; }
span { border-color: rgb(114,77,13); }
td.TdClassName
{
border-color: #724D0D;
}
.TagClassName
{
border-color: #724D0D;
}
</style>