Shades of Raw Umber #724E0E
Tints of Raw Umber #724E0E
RGB
CMYK
RGB Variations
Color information
#724E0E (or 0x724E0E) is known color: Raw Umber. HEX triplet: 72, 4E and 0E. RGB value is (114,78,14). Sum of RGB (Red+Green+Blue) = 114+78+14=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #724E0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #724E0E is #8DB1F1. Grayscale: #515151. Windows color (decimal): -9286130 or 937586. OLE color: 937586.
HSL color Cylindrical-coordinate representation of color #724E0E: hue angle of 38.4º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #724E0E is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 78 | 14 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.55 |
| HSL | 38.4º | 0.78% | 0.25% | - |
| HSV(B) | 38.4º | 0.88% | 0.45% | - |
| XYZ | 9.74 | 9.06 | 1.65 | - |
| YUV | 81.47 | 89.93 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 14 | 0 | 0.32 | 0.88 | 0.55 | 38.4 | 0.78 | 0.25 |
| Hex | 72 | 4E | E | 0 | 20 | 58 | 37 | 26 | 4E | 19 |
| Octal | 162 | 116 | 16 | 0 | 40 | 130 | 67 | 46 | 116 | 31 |
| Binary | 1110010 | 1001110 | 1110 | 0 | 100000 | 1011000 | 110111 | 100110 | 1001110 | 11001 |
Color Harmonies of #724E0E
Complementary color
Monochromatic Colors of #724E0E
Black with #724E0E
Text Example
Text Example
White with #724E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724E0E; }
p { color: rgb(114,78,14); }
H1.HeaderClassName
{
color: #724E0E;
}
.AnyTagClassName
{
color: #724E0E;
}
</style>
background-color css
<style>
a { background-color: #724E0E; }
a { background-color: rgb(114,78,14); }
div.DivClassName
{
background-color: #724E0E;
}
.BgClassName
{
background-color: #724E0E;
}
</style>
border-color css
<style>
span { border-color: #724E0E; }
span { border-color: rgb(114,78,14); }
td.TdClassName
{
border-color: #724E0E;
}
.TagClassName
{
border-color: #724E0E;
}
</style>