Shades of Raw Umber #72450E
Tints of Raw Umber #72450E
RGB
CMYK
RGB Variations
Color information
#72450E (or 0x72450E) is known color: Raw Umber. HEX triplet: 72, 45 and 0E. RGB value is (114,69,14). Sum of RGB (Red+Green+Blue) = 114+69+14=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #72450E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72450E is #8DBAF1. Grayscale: #4C4C4C. Windows color (decimal): -9288434 or 935282. OLE color: 935282.
HSL color Cylindrical-coordinate representation of color #72450E: hue angle of 33º 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 #72450E is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 69 | 14 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.55 |
| HSL | 33º | 0.78% | 0.25% | - |
| HSV(B) | 33º | 0.88% | 0.45% | - |
| XYZ | 9.15 | 7.87 | 1.45 | - |
| YUV | 76.19 | 92.91 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 69 | 14 | 0 | 0.39 | 0.88 | 0.55 | 33 | 0.78 | 0.25 |
| Hex | 72 | 45 | E | 0 | 27 | 58 | 37 | 21 | 4E | 19 |
| Octal | 162 | 105 | 16 | 0 | 47 | 130 | 67 | 41 | 116 | 31 |
| Binary | 1110010 | 1000101 | 1110 | 0 | 100111 | 1011000 | 110111 | 100001 | 1001110 | 11001 |
Color Harmonies of #72450E
Complementary color
Monochromatic Colors of #72450E
Black with #72450E
Text Example
Text Example
White with #72450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72450E; }
p { color: rgb(114,69,14); }
H1.HeaderClassName
{
color: #72450E;
}
.AnyTagClassName
{
color: #72450E;
}
</style>
background-color css
<style>
a { background-color: #72450E; }
a { background-color: rgb(114,69,14); }
div.DivClassName
{
background-color: #72450E;
}
.BgClassName
{
background-color: #72450E;
}
</style>
border-color css
<style>
span { border-color: #72450E; }
span { border-color: rgb(114,69,14); }
td.TdClassName
{
border-color: #72450E;
}
.TagClassName
{
border-color: #72450E;
}
</style>