Shades of Raw Umber #72501D
Tints of Raw Umber #72501D
RGB
CMYK
RGB Variations
Color information
#72501D (or 0x72501D) is known color: Raw Umber. HEX triplet: 72, 50 and 1D. RGB value is (114,80,29). Sum of RGB (Red+Green+Blue) = 114+80+29=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #72501D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72501D is #8DAFE2. Grayscale: #545454. Windows color (decimal): -9285603 or 1921138. OLE color: 1921138.
HSL color Cylindrical-coordinate representation of color #72501D: hue angle of 36º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72501D is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 80 | 29 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.55 |
| HSL | 36º | 0.59% | 0.28% | - |
| HSV(B) | 36º | 0.75% | 0.45% | - |
| XYZ | 10.03 | 9.4 | 2.45 | - |
| YUV | 84.35 | 96.76 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 80 | 29 | 0 | 0.30 | 0.75 | 0.55 | 36 | 0.59 | 0.28 |
| Hex | 72 | 50 | 1D | 0 | 1E | 4B | 37 | 24 | 3B | 1C |
| Octal | 162 | 120 | 35 | 0 | 36 | 113 | 67 | 44 | 73 | 34 |
| Binary | 1110010 | 1010000 | 11101 | 0 | 11110 | 1001011 | 110111 | 100100 | 111011 | 11100 |
Color Harmonies of #72501D
Complementary color
Monochromatic Colors of #72501D
Black with #72501D
Text Example
Text Example
White with #72501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72501D; }
p { color: rgb(114,80,29); }
H1.HeaderClassName
{
color: #72501D;
}
.AnyTagClassName
{
color: #72501D;
}
</style>
background-color css
<style>
a { background-color: #72501D; }
a { background-color: rgb(114,80,29); }
div.DivClassName
{
background-color: #72501D;
}
.BgClassName
{
background-color: #72501D;
}
</style>
border-color css
<style>
span { border-color: #72501D; }
span { border-color: rgb(114,80,29); }
td.TdClassName
{
border-color: #72501D;
}
.TagClassName
{
border-color: #72501D;
}
</style>