Shades of Cape Palliser #72492D
Tints of Cape Palliser #72492D
RGB
CMYK
RGB Variations
Color information
#72492D (or 0x72492D) is known color: Cape Palliser. HEX triplet: 72, 49 and 2D. RGB value is (114,73,45). Sum of RGB (Red+Green+Blue) = 114+73+45=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #72492D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72492D is #8DB6D2. Grayscale: #525252. Windows color (decimal): -9287379 or 2967922. OLE color: 2967922.
HSL color Cylindrical-coordinate representation of color #72492D: hue angle of 24.35º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #72492D is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 73 | 45 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.55 |
| HSL | 24.35º | 0.43% | 0.31% | - |
| HSV(B) | 24.35º | 0.61% | 0.45% | - |
| XYZ | 9.8 | 8.53 | 3.61 | - |
| YUV | 82.07 | 107.08 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 73 | 45 | 0 | 0.36 | 0.61 | 0.55 | 24.35 | 0.43 | 0.31 |
| Hex | 72 | 49 | 2D | 0 | 24 | 3D | 37 | 18 | 2B | 1F |
| Octal | 162 | 111 | 55 | 0 | 44 | 75 | 67 | 30 | 53 | 37 |
| Binary | 1110010 | 1001001 | 101101 | 0 | 100100 | 111101 | 110111 | 11000 | 101011 | 11111 |
Color Harmonies of #72492D
Complementary color
Monochromatic Colors of #72492D
Black with #72492D
Text Example
Text Example
White with #72492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72492D; }
p { color: rgb(114,73,45); }
H1.HeaderClassName
{
color: #72492D;
}
.AnyTagClassName
{
color: #72492D;
}
</style>
background-color css
<style>
a { background-color: #72492D; }
a { background-color: rgb(114,73,45); }
div.DivClassName
{
background-color: #72492D;
}
.BgClassName
{
background-color: #72492D;
}
</style>
border-color css
<style>
span { border-color: #72492D; }
span { border-color: rgb(114,73,45); }
td.TdClassName
{
border-color: #72492D;
}
.TagClassName
{
border-color: #72492D;
}
</style>