Shades of Raw Umber #72430E
Tints of Raw Umber #72430E
RGB
CMYK
RGB Variations
Color information
#72430E (or 0x72430E) is known color: Raw Umber. HEX triplet: 72, 43 and 0E. RGB value is (114,67,14). Sum of RGB (Red+Green+Blue) = 114+67+14=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 14 (5.86% from 255 or 7.18% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #72430E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72430E is #8DBCF1. Grayscale: #4B4B4B. Windows color (decimal): -9288946 or 934770. OLE color: 934770.
HSL color Cylindrical-coordinate representation of color #72430E: hue angle of 31.8º 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 #72430E is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 67 | 14 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.55 |
| HSL | 31.8º | 0.78% | 0.25% | - |
| HSV(B) | 31.8º | 0.88% | 0.45% | - |
| XYZ | 9.03 | 7.62 | 1.41 | - |
| YUV | 75.01 | 93.57 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 67 | 14 | 0 | 0.41 | 0.88 | 0.55 | 31.8 | 0.78 | 0.25 |
| Hex | 72 | 43 | E | 0 | 29 | 58 | 37 | 20 | 4E | 19 |
| Octal | 162 | 103 | 16 | 0 | 51 | 130 | 67 | 40 | 116 | 31 |
| Binary | 1110010 | 1000011 | 1110 | 0 | 101001 | 1011000 | 110111 | 100000 | 1001110 | 11001 |
Color Harmonies of #72430E
Complementary color
Monochromatic Colors of #72430E
Black with #72430E
Text Example
Text Example
White with #72430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72430E; }
p { color: rgb(114,67,14); }
H1.HeaderClassName
{
color: #72430E;
}
.AnyTagClassName
{
color: #72430E;
}
</style>
background-color css
<style>
a { background-color: #72430E; }
a { background-color: rgb(114,67,14); }
div.DivClassName
{
background-color: #72430E;
}
.BgClassName
{
background-color: #72430E;
}
</style>
border-color css
<style>
span { border-color: #72430E; }
span { border-color: rgb(114,67,14); }
td.TdClassName
{
border-color: #72430E;
}
.TagClassName
{
border-color: #72430E;
}
</style>