Shades of Raw Umber #72410D
Tints of Raw Umber #72410D
RGB
CMYK
RGB Variations
Color information
#72410D (or 0x72410D) is known color: Raw Umber. HEX triplet: 72, 41 and 0D. RGB value is (114,65,13). Sum of RGB (Red+Green+Blue) = 114+65+13=192 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.38% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 114 - color contains mainly: red. Hex color #72410D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72410D is #8DBEF2. Grayscale: #494949. Windows color (decimal): -9289459 or 868722. OLE color: 868722.
HSL color Cylindrical-coordinate representation of color #72410D: hue angle of 30.89º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72410D is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 65 | 13 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.55 |
| HSL | 30.89º | 0.8% | 0.25% | - |
| HSV(B) | 30.89º | 0.89% | 0.45% | - |
| XYZ | 8.9 | 7.39 | 1.34 | - |
| YUV | 73.72 | 93.73 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 65 | 13 | 0 | 0.43 | 0.89 | 0.55 | 30.89 | 0.8 | 0.25 |
| Hex | 72 | 41 | D | 0 | 2B | 59 | 37 | 1F | 50 | 19 |
| Octal | 162 | 101 | 15 | 0 | 53 | 131 | 67 | 37 | 120 | 31 |
| Binary | 1110010 | 1000001 | 1101 | 0 | 101011 | 1011001 | 110111 | 11111 | 1010000 | 11001 |
Color Harmonies of #72410D
Complementary color
Monochromatic Colors of #72410D
Black with #72410D
Text Example
Text Example
White with #72410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72410D; }
p { color: rgb(114,65,13); }
H1.HeaderClassName
{
color: #72410D;
}
.AnyTagClassName
{
color: #72410D;
}
</style>
background-color css
<style>
a { background-color: #72410D; }
a { background-color: rgb(114,65,13); }
div.DivClassName
{
background-color: #72410D;
}
.BgClassName
{
background-color: #72410D;
}
</style>
border-color css
<style>
span { border-color: #72410D; }
span { border-color: rgb(114,65,13); }
td.TdClassName
{
border-color: #72410D;
}
.TagClassName
{
border-color: #72410D;
}
</style>