Shades of Cape Palliser #72492B
Tints of Cape Palliser #72492B
RGB
CMYK
RGB Variations
Color information
#72492B (or 0x72492B) is known color: Cape Palliser. HEX triplet: 72, 49 and 2B. RGB value is (114,73,43). Sum of RGB (Red+Green+Blue) = 114+73+43=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #72492B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72492B is #8DB6D4. Grayscale: #525252. Windows color (decimal): -9287381 or 2836850. OLE color: 2836850.
HSL color Cylindrical-coordinate representation of color #72492B: hue angle of 25.35º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #72492B is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 73 | 43 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.55 |
| HSL | 25.35º | 0.45% | 0.31% | - |
| HSV(B) | 25.35º | 0.62% | 0.45% | - |
| XYZ | 9.76 | 8.52 | 3.42 | - |
| YUV | 81.84 | 106.08 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 73 | 43 | 0 | 0.36 | 0.62 | 0.55 | 25.35 | 0.45 | 0.31 |
| Hex | 72 | 49 | 2B | 0 | 24 | 3E | 37 | 19 | 2D | 1F |
| Octal | 162 | 111 | 53 | 0 | 44 | 76 | 67 | 31 | 55 | 37 |
| Binary | 1110010 | 1001001 | 101011 | 0 | 100100 | 111110 | 110111 | 11001 | 101101 | 11111 |
Color Harmonies of #72492B
Complementary color
Monochromatic Colors of #72492B
Black with #72492B
Text Example
Text Example
White with #72492B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72492B; }
p { color: rgb(114,73,43); }
H1.HeaderClassName
{
color: #72492B;
}
.AnyTagClassName
{
color: #72492B;
}
</style>
background-color css
<style>
a { background-color: #72492B; }
a { background-color: rgb(114,73,43); }
div.DivClassName
{
background-color: #72492B;
}
.BgClassName
{
background-color: #72492B;
}
</style>
border-color css
<style>
span { border-color: #72492B; }
span { border-color: rgb(114,73,43); }
td.TdClassName
{
border-color: #72492B;
}
.TagClassName
{
border-color: #72492B;
}
</style>