Shades of Raw Umber #72541C
Tints of Raw Umber #72541C
RGB
CMYK
RGB Variations
Color information
#72541C (or 0x72541C) is known color: Raw Umber. HEX triplet: 72, 54 and 1C. RGB value is (114,84,28). Sum of RGB (Red+Green+Blue) = 114+84+28=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #72541C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72541C is #8DABE3. Grayscale: #565656. Windows color (decimal): -9284580 or 1856626. OLE color: 1856626.
HSL color Cylindrical-coordinate representation of color #72541C: hue angle of 39.07º 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 #72541C is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 84 | 28 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.55 |
| HSL | 39.07º | 0.61% | 0.28% | - |
| HSV(B) | 39.07º | 0.75% | 0.45% | - |
| XYZ | 10.32 | 10 | 2.49 | - |
| YUV | 86.59 | 94.94 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 84 | 28 | 0 | 0.26 | 0.75 | 0.55 | 39.07 | 0.61 | 0.28 |
| Hex | 72 | 54 | 1C | 0 | 1A | 4B | 37 | 27 | 3D | 1C |
| Octal | 162 | 124 | 34 | 0 | 32 | 113 | 67 | 47 | 75 | 34 |
| Binary | 1110010 | 1010100 | 11100 | 0 | 11010 | 1001011 | 110111 | 100111 | 111101 | 11100 |
Color Harmonies of #72541C
Complementary color
Monochromatic Colors of #72541C
Black with #72541C
Text Example
Text Example
White with #72541C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72541C; }
p { color: rgb(114,84,28); }
H1.HeaderClassName
{
color: #72541C;
}
.AnyTagClassName
{
color: #72541C;
}
</style>
background-color css
<style>
a { background-color: #72541C; }
a { background-color: rgb(114,84,28); }
div.DivClassName
{
background-color: #72541C;
}
.BgClassName
{
background-color: #72541C;
}
</style>
border-color css
<style>
span { border-color: #72541C; }
span { border-color: rgb(114,84,28); }
td.TdClassName
{
border-color: #72541C;
}
.TagClassName
{
border-color: #72541C;
}
</style>