Shades of Raw Umber #725803
Tints of Raw Umber #725803
RGB
CMYK
RGB Variations
Color information
#725803 (or 0x725803) is known color: Raw Umber. HEX triplet: 72, 58 and 03. RGB value is (114,88,3). Sum of RGB (Red+Green+Blue) = 114+88+3=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 3 (1.56% from 255 or 1.46% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #725803 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725803 is #8DA7FC. Grayscale: #565656. Windows color (decimal): -9283581 or 219250. OLE color: 219250.
HSL color Cylindrical-coordinate representation of color #725803: hue angle of 45.95º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #725803 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 88 | 3 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.55 |
| HSL | 45.95º | 0.95% | 0.23% | - |
| HSV(B) | 45.95º | 0.97% | 0.45% | - |
| XYZ | 10.45 | 10.56 | 1.57 | - |
| YUV | 86.08 | 81.11 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 88 | 3 | 0 | 0.23 | 0.97 | 0.55 | 45.95 | 0.95 | 0.23 |
| Hex | 72 | 58 | 3 | 0 | 17 | 61 | 37 | 2E | 5F | 17 |
| Octal | 162 | 130 | 3 | 0 | 27 | 141 | 67 | 56 | 137 | 27 |
| Binary | 1110010 | 1011000 | 11 | 0 | 10111 | 1100001 | 110111 | 101110 | 1011111 | 10111 |
Color Harmonies of #725803
Complementary color
Monochromatic Colors of #725803
Black with #725803
Text Example
Text Example
White with #725803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725803; }
p { color: rgb(114,88,3); }
H1.HeaderClassName
{
color: #725803;
}
.AnyTagClassName
{
color: #725803;
}
</style>
background-color css
<style>
a { background-color: #725803; }
a { background-color: rgb(114,88,3); }
div.DivClassName
{
background-color: #725803;
}
.BgClassName
{
background-color: #725803;
}
</style>
border-color css
<style>
span { border-color: #725803; }
span { border-color: rgb(114,88,3); }
td.TdClassName
{
border-color: #725803;
}
.TagClassName
{
border-color: #725803;
}
</style>