Shades of Raw Umber #725D03
Tints of Raw Umber #725D03
RGB
CMYK
RGB Variations
Color information
#725D03 (or 0x725D03) is known color: Raw Umber. HEX triplet: 72, 5D and 03. RGB value is (114,93,3). Sum of RGB (Red+Green+Blue) = 114+93+3=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 93 (36.72% from 255 or 44.29% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #725D03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725D03 is #8DA2FC. Grayscale: #595959. Windows color (decimal): -9282301 or 220530. OLE color: 220530.
HSL color Cylindrical-coordinate representation of color #725D03: hue angle of 48.65º 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 #725D03 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 93 | 3 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.55 |
| HSL | 48.65º | 0.95% | 0.23% | - |
| HSV(B) | 48.65º | 0.97% | 0.45% | - |
| XYZ | 10.87 | 11.41 | 1.72 | - |
| YUV | 89.02 | 79.46 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 93 | 3 | 0 | 0.18 | 0.97 | 0.55 | 48.65 | 0.95 | 0.23 |
| Hex | 72 | 5D | 3 | 0 | 12 | 61 | 37 | 31 | 5F | 17 |
| Octal | 162 | 135 | 3 | 0 | 22 | 141 | 67 | 61 | 137 | 27 |
| Binary | 1110010 | 1011101 | 11 | 0 | 10010 | 1100001 | 110111 | 110001 | 1011111 | 10111 |
Color Harmonies of #725D03
Complementary color
Monochromatic Colors of #725D03
Black with #725D03
Text Example
Text Example
White with #725D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725D03; }
p { color: rgb(114,93,3); }
H1.HeaderClassName
{
color: #725D03;
}
.AnyTagClassName
{
color: #725D03;
}
</style>
background-color css
<style>
a { background-color: #725D03; }
a { background-color: rgb(114,93,3); }
div.DivClassName
{
background-color: #725D03;
}
.BgClassName
{
background-color: #725D03;
}
</style>
border-color css
<style>
span { border-color: #725D03; }
span { border-color: rgb(114,93,3); }
td.TdClassName
{
border-color: #725D03;
}
.TagClassName
{
border-color: #725D03;
}
</style>