Shades of Raw Umber #72420A
Tints of Raw Umber #72420A
RGB
CMYK
RGB Variations
Color information
#72420A (or 0x72420A) is known color: Raw Umber. HEX triplet: 72, 42 and 0A. RGB value is (114,66,10). Sum of RGB (Red+Green+Blue) = 114+66+10=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 66 (26.17% from 255 or 34.74% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #72420A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72420A is #8DBDF5. Grayscale: #4A4A4A. Windows color (decimal): -9289206 or 672370. OLE color: 672370.
HSL color Cylindrical-coordinate representation of color #72420A: hue angle of 32.31º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72420A is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 66 | 10 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.55 |
| HSL | 32.31º | 0.84% | 0.24% | - |
| HSV(B) | 32.31º | 0.91% | 0.45% | - |
| XYZ | 8.94 | 7.5 | 1.26 | - |
| YUV | 73.97 | 91.9 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 66 | 10 | 0 | 0.42 | 0.91 | 0.55 | 32.31 | 0.84 | 0.24 |
| Hex | 72 | 42 | A | 0 | 2A | 5B | 37 | 20 | 54 | 18 |
| Octal | 162 | 102 | 12 | 0 | 52 | 133 | 67 | 40 | 124 | 30 |
| Binary | 1110010 | 1000010 | 1010 | 0 | 101010 | 1011011 | 110111 | 100000 | 1010100 | 11000 |
Color Harmonies of #72420A
Complementary color
Monochromatic Colors of #72420A
Black with #72420A
Text Example
Text Example
White with #72420A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72420A; }
p { color: rgb(114,66,10); }
H1.HeaderClassName
{
color: #72420A;
}
.AnyTagClassName
{
color: #72420A;
}
</style>
background-color css
<style>
a { background-color: #72420A; }
a { background-color: rgb(114,66,10); }
div.DivClassName
{
background-color: #72420A;
}
.BgClassName
{
background-color: #72420A;
}
</style>
border-color css
<style>
span { border-color: #72420A; }
span { border-color: rgb(114,66,10); }
td.TdClassName
{
border-color: #72420A;
}
.TagClassName
{
border-color: #72420A;
}
</style>