Shades of Raw Umber #726002
Tints of Raw Umber #726002
RGB
CMYK
RGB Variations
Color information
#726002 (or 0x726002) is known color: Raw Umber. HEX triplet: 72, 60 and 02. RGB value is (114,96,2). Sum of RGB (Red+Green+Blue) = 114+96+2=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #726002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726002 is #8D9FFD. Grayscale: #5B5B5B. Windows color (decimal): -9281534 or 155762. OLE color: 155762.
HSL color Cylindrical-coordinate representation of color #726002: hue angle of 50.36º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #726002 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 96 | 2 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.55 |
| HSL | 50.36º | 0.97% | 0.23% | - |
| HSV(B) | 50.36º | 0.98% | 0.45% | - |
| XYZ | 11.13 | 11.95 | 1.78 | - |
| YUV | 90.67 | 77.96 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 96 | 2 | 0 | 0.16 | 0.98 | 0.55 | 50.36 | 0.97 | 0.23 |
| Hex | 72 | 60 | 2 | 0 | 10 | 62 | 37 | 32 | 61 | 17 |
| Octal | 162 | 140 | 2 | 0 | 20 | 142 | 67 | 62 | 141 | 27 |
| Binary | 1110010 | 1100000 | 10 | 0 | 10000 | 1100010 | 110111 | 110010 | 1100001 | 10111 |
Color Harmonies of #726002
Complementary color
Monochromatic Colors of #726002
Black with #726002
Text Example
Text Example
White with #726002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726002; }
p { color: rgb(114,96,2); }
H1.HeaderClassName
{
color: #726002;
}
.AnyTagClassName
{
color: #726002;
}
</style>
background-color css
<style>
a { background-color: #726002; }
a { background-color: rgb(114,96,2); }
div.DivClassName
{
background-color: #726002;
}
.BgClassName
{
background-color: #726002;
}
</style>
border-color css
<style>
span { border-color: #726002; }
span { border-color: rgb(114,96,2); }
td.TdClassName
{
border-color: #726002;
}
.TagClassName
{
border-color: #726002;
}
</style>