Shades of Raw Umber #724200
Tints of Raw Umber #724200
RGB
CMYK
RGB Variations
Color information
#724200 (or 0x724200) is known color: Raw Umber. HEX triplet: 72, 42 and 00. RGB value is (114,66,0). Sum of RGB (Red+Green+Blue) = 114+66+0=180 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.33% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 114 - color contains mainly: red. Hex color #724200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #724200 is #8DBDFF. Grayscale: #494949. Windows color (decimal): -9289216 or 17010. OLE color: 17010.
HSL color Cylindrical-coordinate representation of color #724200: hue angle of 34.74º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #724200 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 66 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.55 |
| HSL | 34.74º | 1% | 0.22% | - |
| HSV(B) | 34.74º | 1% | 0.45% | - |
| XYZ | 8.89 | 7.47 | 0.97 | - |
| YUV | 72.83 | 86.9 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 66 | 0 | 0 | 0.42 | 1 | 0.55 | 34.74 | 1 | 0.22 |
| Hex | 72 | 42 | 0 | 0 | 2A | 64 | 37 | 23 | 64 | 16 |
| Octal | 162 | 102 | 0 | 0 | 52 | 144 | 67 | 43 | 144 | 26 |
| Binary | 1110010 | 1000010 | 0 | 0 | 101010 | 1100100 | 110111 | 100011 | 1100100 | 10110 |
Color Harmonies of #724200
Complementary color
Monochromatic Colors of #724200
Black with #724200
Text Example
Text Example
White with #724200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724200; }
p { color: rgb(114,66,0); }
H1.HeaderClassName
{
color: #724200;
}
.AnyTagClassName
{
color: #724200;
}
</style>
background-color css
<style>
a { background-color: #724200; }
a { background-color: rgb(114,66,0); }
div.DivClassName
{
background-color: #724200;
}
.BgClassName
{
background-color: #724200;
}
</style>
border-color css
<style>
span { border-color: #724200; }
span { border-color: rgb(114,66,0); }
td.TdClassName
{
border-color: #724200;
}
.TagClassName
{
border-color: #724200;
}
</style>