Shades of Raw Umber #726003
Tints of Raw Umber #726003
RGB
CMYK
RGB Variations
Color information
#726003 (or 0x726003) is known color: Raw Umber. HEX triplet: 72, 60 and 03. RGB value is (114,96,3). Sum of RGB (Red+Green+Blue) = 114+96+3=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #726003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726003 is #8D9FFC. Grayscale: #5B5B5B. Windows color (decimal): -9281533 or 221298. OLE color: 221298.
HSL color Cylindrical-coordinate representation of color #726003: hue angle of 50.27º 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 #726003 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 96 | 3 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.55 |
| HSL | 50.27º | 0.95% | 0.23% | - |
| HSV(B) | 50.27º | 0.97% | 0.45% | - |
| XYZ | 11.14 | 11.95 | 1.81 | - |
| YUV | 90.78 | 78.46 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 96 | 3 | 0 | 0.16 | 0.97 | 0.55 | 50.27 | 0.95 | 0.23 |
| Hex | 72 | 60 | 3 | 0 | 10 | 61 | 37 | 32 | 5F | 17 |
| Octal | 162 | 140 | 3 | 0 | 20 | 141 | 67 | 62 | 137 | 27 |
| Binary | 1110010 | 1100000 | 11 | 0 | 10000 | 1100001 | 110111 | 110010 | 1011111 | 10111 |
Color Harmonies of #726003
Complementary color
Monochromatic Colors of #726003
Black with #726003
Text Example
Text Example
White with #726003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726003; }
p { color: rgb(114,96,3); }
H1.HeaderClassName
{
color: #726003;
}
.AnyTagClassName
{
color: #726003;
}
</style>
background-color css
<style>
a { background-color: #726003; }
a { background-color: rgb(114,96,3); }
div.DivClassName
{
background-color: #726003;
}
.BgClassName
{
background-color: #726003;
}
</style>
border-color css
<style>
span { border-color: #726003; }
span { border-color: rgb(114,96,3); }
td.TdClassName
{
border-color: #726003;
}
.TagClassName
{
border-color: #726003;
}
</style>