Shades of Raw Umber #725812
Tints of Raw Umber #725812
RGB
CMYK
RGB Variations
Color information
#725812 (or 0x725812) is known color: Raw Umber. HEX triplet: 72, 58 and 12. RGB value is (114,88,18). Sum of RGB (Red+Green+Blue) = 114+88+18=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #725812 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725812 is #8DA7ED. Grayscale: #585858. Windows color (decimal): -9283566 or 1202290. OLE color: 1202290.
HSL color Cylindrical-coordinate representation of color #725812: hue angle of 43.75º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #725812 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 88 | 18 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.55 |
| HSL | 43.75º | 0.73% | 0.26% | - |
| HSV(B) | 43.75º | 0.84% | 0.45% | - |
| XYZ | 10.54 | 10.6 | 2.06 | - |
| YUV | 87.79 | 88.61 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 88 | 18 | 0 | 0.23 | 0.84 | 0.55 | 43.75 | 0.73 | 0.26 |
| Hex | 72 | 58 | 12 | 0 | 17 | 54 | 37 | 2C | 49 | 1A |
| Octal | 162 | 130 | 22 | 0 | 27 | 124 | 67 | 54 | 111 | 32 |
| Binary | 1110010 | 1011000 | 10010 | 0 | 10111 | 1010100 | 110111 | 101100 | 1001001 | 11010 |
Color Harmonies of #725812
Complementary color
Monochromatic Colors of #725812
Black with #725812
Text Example
Text Example
White with #725812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725812; }
p { color: rgb(114,88,18); }
H1.HeaderClassName
{
color: #725812;
}
.AnyTagClassName
{
color: #725812;
}
</style>
background-color css
<style>
a { background-color: #725812; }
a { background-color: rgb(114,88,18); }
div.DivClassName
{
background-color: #725812;
}
.BgClassName
{
background-color: #725812;
}
</style>
border-color css
<style>
span { border-color: #725812; }
span { border-color: rgb(114,88,18); }
td.TdClassName
{
border-color: #725812;
}
.TagClassName
{
border-color: #725812;
}
</style>