Shades of Raw Umber #725219
Tints of Raw Umber #725219
RGB
CMYK
RGB Variations
Color information
#725219 (or 0x725219) is known color: Raw Umber. HEX triplet: 72, 52 and 19. RGB value is (114,82,25). Sum of RGB (Red+Green+Blue) = 114+82+25=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 25 (10.16% from 255 or 11.31% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #725219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725219 is #8DADE6. Grayscale: #555555. Windows color (decimal): -9285095 or 1659506. OLE color: 1659506.
HSL color Cylindrical-coordinate representation of color #725219: hue angle of 38.43º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #725219 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 82 | 25 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.55 |
| HSL | 38.43º | 0.64% | 0.27% | - |
| HSV(B) | 38.43º | 0.78% | 0.45% | - |
| XYZ | 10.13 | 9.68 | 2.25 | - |
| YUV | 85.07 | 94.1 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 82 | 25 | 0 | 0.28 | 0.78 | 0.55 | 38.43 | 0.64 | 0.27 |
| Hex | 72 | 52 | 19 | 0 | 1C | 4E | 37 | 26 | 40 | 1B |
| Octal | 162 | 122 | 31 | 0 | 34 | 116 | 67 | 46 | 100 | 33 |
| Binary | 1110010 | 1010010 | 11001 | 0 | 11100 | 1001110 | 110111 | 100110 | 1000000 | 11011 |
Color Harmonies of #725219
Complementary color
Monochromatic Colors of #725219
Black with #725219
Text Example
Text Example
White with #725219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725219; }
p { color: rgb(114,82,25); }
H1.HeaderClassName
{
color: #725219;
}
.AnyTagClassName
{
color: #725219;
}
</style>
background-color css
<style>
a { background-color: #725219; }
a { background-color: rgb(114,82,25); }
div.DivClassName
{
background-color: #725219;
}
.BgClassName
{
background-color: #725219;
}
</style>
border-color css
<style>
span { border-color: #725219; }
span { border-color: rgb(114,82,25); }
td.TdClassName
{
border-color: #725219;
}
.TagClassName
{
border-color: #725219;
}
</style>