Shades of Raw Umber #72521C
Tints of Raw Umber #72521C
RGB
CMYK
RGB Variations
Color information
#72521C (or 0x72521C) is known color: Raw Umber. HEX triplet: 72, 52 and 1C. RGB value is (114,82,28). Sum of RGB (Red+Green+Blue) = 114+82+28=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #72521C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72521C is #8DADE3. Grayscale: #555555. Windows color (decimal): -9285092 or 1856114. OLE color: 1856114.
HSL color Cylindrical-coordinate representation of color #72521C: hue angle of 37.67º degrees, saturation: 0.61, 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 #72521C is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 82 | 28 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.55 |
| HSL | 37.67º | 0.61% | 0.28% | - |
| HSV(B) | 37.67º | 0.75% | 0.45% | - |
| XYZ | 10.17 | 9.7 | 2.43 | - |
| YUV | 85.41 | 95.6 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 82 | 28 | 0 | 0.28 | 0.75 | 0.55 | 37.67 | 0.61 | 0.28 |
| Hex | 72 | 52 | 1C | 0 | 1C | 4B | 37 | 26 | 3D | 1C |
| Octal | 162 | 122 | 34 | 0 | 34 | 113 | 67 | 46 | 75 | 34 |
| Binary | 1110010 | 1010010 | 11100 | 0 | 11100 | 1001011 | 110111 | 100110 | 111101 | 11100 |
Color Harmonies of #72521C
Complementary color
Monochromatic Colors of #72521C
Black with #72521C
Text Example
Text Example
White with #72521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72521C; }
p { color: rgb(114,82,28); }
H1.HeaderClassName
{
color: #72521C;
}
.AnyTagClassName
{
color: #72521C;
}
</style>
background-color css
<style>
a { background-color: #72521C; }
a { background-color: rgb(114,82,28); }
div.DivClassName
{
background-color: #72521C;
}
.BgClassName
{
background-color: #72521C;
}
</style>
border-color css
<style>
span { border-color: #72521C; }
span { border-color: rgb(114,82,28); }
td.TdClassName
{
border-color: #72521C;
}
.TagClassName
{
border-color: #72521C;
}
</style>