Shades of Raw Umber #72490E
Tints of Raw Umber #72490E
RGB
CMYK
RGB Variations
Color information
#72490E (or 0x72490E) is known color: Raw Umber. HEX triplet: 72, 49 and 0E. RGB value is (114,73,14). Sum of RGB (Red+Green+Blue) = 114+73+14=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #72490E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72490E is #8DB6F1. Grayscale: #4E4E4E. Windows color (decimal): -9287410 or 936306. OLE color: 936306.
HSL color Cylindrical-coordinate representation of color #72490E: hue angle of 35.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 #72490E is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 73 | 14 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.55 |
| HSL | 35.4º | 0.78% | 0.25% | - |
| HSV(B) | 35.4º | 0.88% | 0.45% | - |
| XYZ | 9.4 | 8.37 | 1.54 | - |
| YUV | 78.53 | 91.58 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 73 | 14 | 0 | 0.36 | 0.88 | 0.55 | 35.4 | 0.78 | 0.25 |
| Hex | 72 | 49 | E | 0 | 24 | 58 | 37 | 23 | 4E | 19 |
| Octal | 162 | 111 | 16 | 0 | 44 | 130 | 67 | 43 | 116 | 31 |
| Binary | 1110010 | 1001001 | 1110 | 0 | 100100 | 1011000 | 110111 | 100011 | 1001110 | 11001 |
Color Harmonies of #72490E
Complementary color
Monochromatic Colors of #72490E
Black with #72490E
Text Example
Text Example
White with #72490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72490E; }
p { color: rgb(114,73,14); }
H1.HeaderClassName
{
color: #72490E;
}
.AnyTagClassName
{
color: #72490E;
}
</style>
background-color css
<style>
a { background-color: #72490E; }
a { background-color: rgb(114,73,14); }
div.DivClassName
{
background-color: #72490E;
}
.BgClassName
{
background-color: #72490E;
}
</style>
border-color css
<style>
span { border-color: #72490E; }
span { border-color: rgb(114,73,14); }
td.TdClassName
{
border-color: #72490E;
}
.TagClassName
{
border-color: #72490E;
}
</style>