Shades of Raw Umber #72510F
Tints of Raw Umber #72510F
RGB
CMYK
RGB Variations
Color information
#72510F (or 0x72510F) is known color: Raw Umber. HEX triplet: 72, 51 and 0F. RGB value is (114,81,15). Sum of RGB (Red+Green+Blue) = 114+81+15=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #72510F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72510F is #8DAEF0. Grayscale: #535353. Windows color (decimal): -9285361 or 1003890. OLE color: 1003890.
HSL color Cylindrical-coordinate representation of color #72510F: hue angle of 40º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #72510F is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 81 | 15 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.55 |
| HSL | 40º | 0.77% | 0.25% | - |
| HSV(B) | 40º | 0.87% | 0.45% | - |
| XYZ | 9.97 | 9.5 | 1.76 | - |
| YUV | 83.34 | 89.43 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 81 | 15 | 0 | 0.29 | 0.87 | 0.55 | 40 | 0.77 | 0.25 |
| Hex | 72 | 51 | F | 0 | 1D | 57 | 37 | 28 | 4D | 19 |
| Octal | 162 | 121 | 17 | 0 | 35 | 127 | 67 | 50 | 115 | 31 |
| Binary | 1110010 | 1010001 | 1111 | 0 | 11101 | 1010111 | 110111 | 101000 | 1001101 | 11001 |
Color Harmonies of #72510F
Complementary color
Monochromatic Colors of #72510F
Black with #72510F
Text Example
Text Example
White with #72510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72510F; }
p { color: rgb(114,81,15); }
H1.HeaderClassName
{
color: #72510F;
}
.AnyTagClassName
{
color: #72510F;
}
</style>
background-color css
<style>
a { background-color: #72510F; }
a { background-color: rgb(114,81,15); }
div.DivClassName
{
background-color: #72510F;
}
.BgClassName
{
background-color: #72510F;
}
</style>
border-color css
<style>
span { border-color: #72510F; }
span { border-color: rgb(114,81,15); }
td.TdClassName
{
border-color: #72510F;
}
.TagClassName
{
border-color: #72510F;
}
</style>