Shades of Raw Umber #72521B
Tints of Raw Umber #72521B
RGB
CMYK
RGB Variations
Color information
#72521B (or 0x72521B) is known color: Raw Umber. HEX triplet: 72, 52 and 1B. RGB value is (114,82,27). Sum of RGB (Red+Green+Blue) = 114+82+27=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #72521B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72521B is #8DADE4. Grayscale: #555555. Windows color (decimal): -9285093 or 1790578. OLE color: 1790578.
HSL color Cylindrical-coordinate representation of color #72521B: hue angle of 37.93º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #72521B is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 82 | 27 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.55 |
| HSL | 37.93º | 0.62% | 0.28% | - |
| HSV(B) | 37.93º | 0.76% | 0.45% | - |
| XYZ | 10.15 | 9.69 | 2.37 | - |
| YUV | 85.3 | 95.1 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 82 | 27 | 0 | 0.28 | 0.76 | 0.55 | 37.93 | 0.62 | 0.28 |
| Hex | 72 | 52 | 1B | 0 | 1C | 4C | 37 | 26 | 3E | 1C |
| Octal | 162 | 122 | 33 | 0 | 34 | 114 | 67 | 46 | 76 | 34 |
| Binary | 1110010 | 1010010 | 11011 | 0 | 11100 | 1001100 | 110111 | 100110 | 111110 | 11100 |
Color Harmonies of #72521B
Complementary color
Monochromatic Colors of #72521B
Black with #72521B
Text Example
Text Example
White with #72521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72521B; }
p { color: rgb(114,82,27); }
H1.HeaderClassName
{
color: #72521B;
}
.AnyTagClassName
{
color: #72521B;
}
</style>
background-color css
<style>
a { background-color: #72521B; }
a { background-color: rgb(114,82,27); }
div.DivClassName
{
background-color: #72521B;
}
.BgClassName
{
background-color: #72521B;
}
</style>
border-color css
<style>
span { border-color: #72521B; }
span { border-color: rgb(114,82,27); }
td.TdClassName
{
border-color: #72521B;
}
.TagClassName
{
border-color: #72521B;
}
</style>