Shades of Cape Palliser #72492A
Tints of Cape Palliser #72492A
RGB
CMYK
RGB Variations
Color information
#72492A (or 0x72492A) is known color: Cape Palliser. HEX triplet: 72, 49 and 2A. RGB value is (114,73,42). Sum of RGB (Red+Green+Blue) = 114+73+42=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #72492A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72492A is #8DB6D5. Grayscale: #515151. Windows color (decimal): -9287382 or 2771314. OLE color: 2771314.
HSL color Cylindrical-coordinate representation of color #72492A: hue angle of 25.83º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #72492A is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 73 | 42 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.55 |
| HSL | 25.83º | 0.46% | 0.31% | - |
| HSV(B) | 25.83º | 0.63% | 0.45% | - |
| XYZ | 9.74 | 8.51 | 3.32 | - |
| YUV | 81.73 | 105.58 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 73 | 42 | 0 | 0.36 | 0.63 | 0.55 | 25.83 | 0.46 | 0.31 |
| Hex | 72 | 49 | 2A | 0 | 24 | 3F | 37 | 1A | 2E | 1F |
| Octal | 162 | 111 | 52 | 0 | 44 | 77 | 67 | 32 | 56 | 37 |
| Binary | 1110010 | 1001001 | 101010 | 0 | 100100 | 111111 | 110111 | 11010 | 101110 | 11111 |
Color Harmonies of #72492A
Complementary color
Monochromatic Colors of #72492A
Black with #72492A
Text Example
Text Example
White with #72492A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72492A; }
p { color: rgb(114,73,42); }
H1.HeaderClassName
{
color: #72492A;
}
.AnyTagClassName
{
color: #72492A;
}
</style>
background-color css
<style>
a { background-color: #72492A; }
a { background-color: rgb(114,73,42); }
div.DivClassName
{
background-color: #72492A;
}
.BgClassName
{
background-color: #72492A;
}
</style>
border-color css
<style>
span { border-color: #72492A; }
span { border-color: rgb(114,73,42); }
td.TdClassName
{
border-color: #72492A;
}
.TagClassName
{
border-color: #72492A;
}
</style>