Shades of Raw Umber #72440B
Tints of Raw Umber #72440B
RGB
CMYK
RGB Variations
Color information
#72440B (or 0x72440B) is known color: Raw Umber. HEX triplet: 72, 44 and 0B. RGB value is (114,68,11). Sum of RGB (Red+Green+Blue) = 114+68+11=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #72440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72440B is #8DBBF4. Grayscale: #4B4B4B. Windows color (decimal): -9288693 or 738418. OLE color: 738418.
HSL color Cylindrical-coordinate representation of color #72440B: hue angle of 33.2º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72440B is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 68 | 11 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.55 |
| HSL | 33.2º | 0.82% | 0.25% | - |
| HSV(B) | 33.2º | 0.9% | 0.45% | - |
| XYZ | 9.07 | 7.74 | 1.33 | - |
| YUV | 75.26 | 91.74 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 68 | 11 | 0 | 0.40 | 0.90 | 0.55 | 33.2 | 0.82 | 0.25 |
| Hex | 72 | 44 | B | 0 | 28 | 5A | 37 | 21 | 52 | 19 |
| Octal | 162 | 104 | 13 | 0 | 50 | 132 | 67 | 41 | 122 | 31 |
| Binary | 1110010 | 1000100 | 1011 | 0 | 101000 | 1011010 | 110111 | 100001 | 1010010 | 11001 |
Color Harmonies of #72440B
Complementary color
Monochromatic Colors of #72440B
Black with #72440B
Text Example
Text Example
White with #72440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72440B; }
p { color: rgb(114,68,11); }
H1.HeaderClassName
{
color: #72440B;
}
.AnyTagClassName
{
color: #72440B;
}
</style>
background-color css
<style>
a { background-color: #72440B; }
a { background-color: rgb(114,68,11); }
div.DivClassName
{
background-color: #72440B;
}
.BgClassName
{
background-color: #72440B;
}
</style>
border-color css
<style>
span { border-color: #72440B; }
span { border-color: rgb(114,68,11); }
td.TdClassName
{
border-color: #72440B;
}
.TagClassName
{
border-color: #72440B;
}
</style>