Shades of Raw Umber #725102
Tints of Raw Umber #725102
RGB
CMYK
RGB Variations
Color information
#725102 (or 0x725102) is known color: Raw Umber. HEX triplet: 72, 51 and 02. RGB value is (114,81,2). Sum of RGB (Red+Green+Blue) = 114+81+2=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #725102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #725102 is #8DAEFD. Grayscale: #525252. Windows color (decimal): -9285374 or 151922. OLE color: 151922.
HSL color Cylindrical-coordinate representation of color #725102: hue angle of 42.32º 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 #725102 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 81 | 2 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.55 |
| HSL | 42.32º | 0.97% | 0.23% | - |
| HSV(B) | 42.32º | 0.98% | 0.45% | - |
| XYZ | 9.89 | 9.47 | 1.36 | - |
| YUV | 81.86 | 82.93 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 81 | 2 | 0 | 0.29 | 0.98 | 0.55 | 42.32 | 0.97 | 0.23 |
| Hex | 72 | 51 | 2 | 0 | 1D | 62 | 37 | 2A | 61 | 17 |
| Octal | 162 | 121 | 2 | 0 | 35 | 142 | 67 | 52 | 141 | 27 |
| Binary | 1110010 | 1010001 | 10 | 0 | 11101 | 1100010 | 110111 | 101010 | 1100001 | 10111 |
Color Harmonies of #725102
Complementary color
Monochromatic Colors of #725102
Black with #725102
Text Example
Text Example
White with #725102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725102; }
p { color: rgb(114,81,2); }
H1.HeaderClassName
{
color: #725102;
}
.AnyTagClassName
{
color: #725102;
}
</style>
background-color css
<style>
a { background-color: #725102; }
a { background-color: rgb(114,81,2); }
div.DivClassName
{
background-color: #725102;
}
.BgClassName
{
background-color: #725102;
}
</style>
border-color css
<style>
span { border-color: #725102; }
span { border-color: rgb(114,81,2); }
td.TdClassName
{
border-color: #725102;
}
.TagClassName
{
border-color: #725102;
}
</style>