Shades of Raw Umber #725E0E
Tints of Raw Umber #725E0E
RGB
CMYK
RGB Variations
Color information
#725E0E (or 0x725E0E) is known color: Raw Umber. HEX triplet: 72, 5E and 0E. RGB value is (114,94,14). Sum of RGB (Red+Green+Blue) = 114+94+14=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 94 (37.11% from 255 or 42.34% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #725E0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725E0E is #8DA1F1. Grayscale: #5B5B5B. Windows color (decimal): -9282034 or 941682. OLE color: 941682.
HSL color Cylindrical-coordinate representation of color #725E0E: hue angle of 48º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #725E0E is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 94 | 14 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.55 |
| HSL | 48º | 0.78% | 0.25% | - |
| HSV(B) | 48º | 0.88% | 0.45% | - |
| XYZ | 11.02 | 11.61 | 2.08 | - |
| YUV | 90.86 | 84.63 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 94 | 14 | 0 | 0.18 | 0.88 | 0.55 | 48 | 0.78 | 0.25 |
| Hex | 72 | 5E | E | 0 | 12 | 58 | 37 | 30 | 4E | 19 |
| Octal | 162 | 136 | 16 | 0 | 22 | 130 | 67 | 60 | 116 | 31 |
| Binary | 1110010 | 1011110 | 1110 | 0 | 10010 | 1011000 | 110111 | 110000 | 1001110 | 11001 |
Color Harmonies of #725E0E
Complementary color
Monochromatic Colors of #725E0E
Black with #725E0E
Text Example
Text Example
White with #725E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725E0E; }
p { color: rgb(114,94,14); }
H1.HeaderClassName
{
color: #725E0E;
}
.AnyTagClassName
{
color: #725E0E;
}
</style>
background-color css
<style>
a { background-color: #725E0E; }
a { background-color: rgb(114,94,14); }
div.DivClassName
{
background-color: #725E0E;
}
.BgClassName
{
background-color: #725E0E;
}
</style>
border-color css
<style>
span { border-color: #725E0E; }
span { border-color: rgb(114,94,14); }
td.TdClassName
{
border-color: #725E0E;
}
.TagClassName
{
border-color: #725E0E;
}
</style>