Shades of Raw Umber #72560D
Tints of Raw Umber #72560D
RGB
CMYK
RGB Variations
Color information
#72560D (or 0x72560D) is known color: Raw Umber. HEX triplet: 72, 56 and 0D. RGB value is (114,86,13). Sum of RGB (Red+Green+Blue) = 114+86+13=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #72560D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72560D is #8DA9F2. Grayscale: #565656. Windows color (decimal): -9284083 or 874098. OLE color: 874098.
HSL color Cylindrical-coordinate representation of color #72560D: hue angle of 43.37º 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 #72560D is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 86 | 13 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.55 |
| HSL | 43.37º | 0.8% | 0.25% | - |
| HSV(B) | 43.37º | 0.89% | 0.45% | - |
| XYZ | 10.34 | 10.26 | 1.82 | - |
| YUV | 86.05 | 86.78 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 86 | 13 | 0 | 0.25 | 0.89 | 0.55 | 43.37 | 0.8 | 0.25 |
| Hex | 72 | 56 | D | 0 | 19 | 59 | 37 | 2B | 50 | 19 |
| Octal | 162 | 126 | 15 | 0 | 31 | 131 | 67 | 53 | 120 | 31 |
| Binary | 1110010 | 1010110 | 1101 | 0 | 11001 | 1011001 | 110111 | 101011 | 1010000 | 11001 |
Color Harmonies of #72560D
Complementary color
Monochromatic Colors of #72560D
Black with #72560D
Text Example
Text Example
White with #72560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72560D; }
p { color: rgb(114,86,13); }
H1.HeaderClassName
{
color: #72560D;
}
.AnyTagClassName
{
color: #72560D;
}
</style>
background-color css
<style>
a { background-color: #72560D; }
a { background-color: rgb(114,86,13); }
div.DivClassName
{
background-color: #72560D;
}
.BgClassName
{
background-color: #72560D;
}
</style>
border-color css
<style>
span { border-color: #72560D; }
span { border-color: rgb(114,86,13); }
td.TdClassName
{
border-color: #72560D;
}
.TagClassName
{
border-color: #72560D;
}
</style>