Shades of Raw Umber #72500B
Tints of Raw Umber #72500B
RGB
CMYK
RGB Variations
Color information
#72500B (or 0x72500B) is known color: Raw Umber. HEX triplet: 72, 50 and 0B. RGB value is (114,80,11). Sum of RGB (Red+Green+Blue) = 114+80+11=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 11 (4.69% from 255 or 5.37% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #72500B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72500B is #8DAFF4. Grayscale: #525252. Windows color (decimal): -9285621 or 741490. OLE color: 741490.
HSL color Cylindrical-coordinate representation of color #72500B: hue angle of 40.19º 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 #72500B is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 80 | 11 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.55 |
| HSL | 40.19º | 0.82% | 0.25% | - |
| HSV(B) | 40.19º | 0.9% | 0.45% | - |
| XYZ | 9.87 | 9.34 | 1.6 | - |
| YUV | 82.3 | 87.76 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 80 | 11 | 0 | 0.30 | 0.90 | 0.55 | 40.19 | 0.82 | 0.25 |
| Hex | 72 | 50 | B | 0 | 1E | 5A | 37 | 28 | 52 | 19 |
| Octal | 162 | 120 | 13 | 0 | 36 | 132 | 67 | 50 | 122 | 31 |
| Binary | 1110010 | 1010000 | 1011 | 0 | 11110 | 1011010 | 110111 | 101000 | 1010010 | 11001 |
Color Harmonies of #72500B
Complementary color
Monochromatic Colors of #72500B
Black with #72500B
Text Example
Text Example
White with #72500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72500B; }
p { color: rgb(114,80,11); }
H1.HeaderClassName
{
color: #72500B;
}
.AnyTagClassName
{
color: #72500B;
}
</style>
background-color css
<style>
a { background-color: #72500B; }
a { background-color: rgb(114,80,11); }
div.DivClassName
{
background-color: #72500B;
}
.BgClassName
{
background-color: #72500B;
}
</style>
border-color css
<style>
span { border-color: #72500B; }
span { border-color: rgb(114,80,11); }
td.TdClassName
{
border-color: #72500B;
}
.TagClassName
{
border-color: #72500B;
}
</style>