Shades of Raw Umber #72450B
Tints of Raw Umber #72450B
RGB
CMYK
RGB Variations
Color information
#72450B (or 0x72450B) is known color: Raw Umber. HEX triplet: 72, 45 and 0B. RGB value is (114,69,11). Sum of RGB (Red+Green+Blue) = 114+69+11=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #72450B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72450B is #8DBAF4. Grayscale: #4C4C4C. Windows color (decimal): -9288437 or 738674. OLE color: 738674.
HSL color Cylindrical-coordinate representation of color #72450B: hue angle of 33.79º 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 #72450B is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 69 | 11 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.55 |
| HSL | 33.79º | 0.82% | 0.25% | - |
| HSV(B) | 33.79º | 0.9% | 0.45% | - |
| XYZ | 9.13 | 7.86 | 1.35 | - |
| YUV | 75.84 | 91.41 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 69 | 11 | 0 | 0.39 | 0.90 | 0.55 | 33.79 | 0.82 | 0.25 |
| Hex | 72 | 45 | B | 0 | 27 | 5A | 37 | 22 | 52 | 19 |
| Octal | 162 | 105 | 13 | 0 | 47 | 132 | 67 | 42 | 122 | 31 |
| Binary | 1110010 | 1000101 | 1011 | 0 | 100111 | 1011010 | 110111 | 100010 | 1010010 | 11001 |
Color Harmonies of #72450B
Complementary color
Monochromatic Colors of #72450B
Black with #72450B
Text Example
Text Example
White with #72450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72450B; }
p { color: rgb(114,69,11); }
H1.HeaderClassName
{
color: #72450B;
}
.AnyTagClassName
{
color: #72450B;
}
</style>
background-color css
<style>
a { background-color: #72450B; }
a { background-color: rgb(114,69,11); }
div.DivClassName
{
background-color: #72450B;
}
.BgClassName
{
background-color: #72450B;
}
</style>
border-color css
<style>
span { border-color: #72450B; }
span { border-color: rgb(114,69,11); }
td.TdClassName
{
border-color: #72450B;
}
.TagClassName
{
border-color: #72450B;
}
</style>