Shades of Raw Umber #72470C
Tints of Raw Umber #72470C
RGB
CMYK
RGB Variations
Color information
#72470C (or 0x72470C) is known color: Raw Umber. HEX triplet: 72, 47 and 0C. RGB value is (114,71,12). Sum of RGB (Red+Green+Blue) = 114+71+12=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #72470C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72470C is #8DB8F3. Grayscale: #4D4D4D. Windows color (decimal): -9287924 or 804722. OLE color: 804722.
HSL color Cylindrical-coordinate representation of color #72470C: hue angle of 34.71º degrees, saturation: 0.81, 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 #72470C is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 71 | 12 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.55 |
| HSL | 34.71º | 0.81% | 0.25% | - |
| HSV(B) | 34.71º | 0.89% | 0.45% | - |
| XYZ | 9.26 | 8.11 | 1.43 | - |
| YUV | 77.13 | 91.25 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 71 | 12 | 0 | 0.38 | 0.89 | 0.55 | 34.71 | 0.81 | 0.25 |
| Hex | 72 | 47 | C | 0 | 26 | 59 | 37 | 23 | 51 | 19 |
| Octal | 162 | 107 | 14 | 0 | 46 | 131 | 67 | 43 | 121 | 31 |
| Binary | 1110010 | 1000111 | 1100 | 0 | 100110 | 1011001 | 110111 | 100011 | 1010001 | 11001 |
Color Harmonies of #72470C
Complementary color
Monochromatic Colors of #72470C
Black with #72470C
Text Example
Text Example
White with #72470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72470C; }
p { color: rgb(114,71,12); }
H1.HeaderClassName
{
color: #72470C;
}
.AnyTagClassName
{
color: #72470C;
}
</style>
background-color css
<style>
a { background-color: #72470C; }
a { background-color: rgb(114,71,12); }
div.DivClassName
{
background-color: #72470C;
}
.BgClassName
{
background-color: #72470C;
}
</style>
border-color css
<style>
span { border-color: #72470C; }
span { border-color: rgb(114,71,12); }
td.TdClassName
{
border-color: #72470C;
}
.TagClassName
{
border-color: #72470C;
}
</style>