Shades of Raw Umber #72521A
Tints of Raw Umber #72521A
RGB
CMYK
RGB Variations
Color information
#72521A (or 0x72521A) is known color: Raw Umber. HEX triplet: 72, 52 and 1A. RGB value is (114,82,26). Sum of RGB (Red+Green+Blue) = 114+82+26=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #72521A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72521A is #8DADE5. Grayscale: #555555. Windows color (decimal): -9285094 or 1725042. OLE color: 1725042.
HSL color Cylindrical-coordinate representation of color #72521A: hue angle of 38.18º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72521A is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 82 | 26 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.55 |
| HSL | 38.18º | 0.63% | 0.27% | - |
| HSV(B) | 38.18º | 0.77% | 0.45% | - |
| XYZ | 10.14 | 9.69 | 2.31 | - |
| YUV | 85.18 | 94.6 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 82 | 26 | 0 | 0.28 | 0.77 | 0.55 | 38.18 | 0.63 | 0.27 |
| Hex | 72 | 52 | 1A | 0 | 1C | 4D | 37 | 26 | 3F | 1B |
| Octal | 162 | 122 | 32 | 0 | 34 | 115 | 67 | 46 | 77 | 33 |
| Binary | 1110010 | 1010010 | 11010 | 0 | 11100 | 1001101 | 110111 | 100110 | 111111 | 11011 |
Color Harmonies of #72521A
Complementary color
Monochromatic Colors of #72521A
Black with #72521A
Text Example
Text Example
White with #72521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72521A; }
p { color: rgb(114,82,26); }
H1.HeaderClassName
{
color: #72521A;
}
.AnyTagClassName
{
color: #72521A;
}
</style>
background-color css
<style>
a { background-color: #72521A; }
a { background-color: rgb(114,82,26); }
div.DivClassName
{
background-color: #72521A;
}
.BgClassName
{
background-color: #72521A;
}
</style>
border-color css
<style>
span { border-color: #72521A; }
span { border-color: rgb(114,82,26); }
td.TdClassName
{
border-color: #72521A;
}
.TagClassName
{
border-color: #72521A;
}
</style>