Shades of Cape Palliser #72482D
Tints of Cape Palliser #72482D
RGB
CMYK
RGB Variations
Color information
#72482D (or 0x72482D) is known color: Cape Palliser. HEX triplet: 72, 48 and 2D. RGB value is (114,72,45). Sum of RGB (Red+Green+Blue) = 114+72+45=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #72482D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72482D is #8DB7D2. Grayscale: #515151. Windows color (decimal): -9287635 or 2967666. OLE color: 2967666.
HSL color Cylindrical-coordinate representation of color #72482D: hue angle of 23.48º 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 #72482D is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 72 | 45 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.55 |
| HSL | 23.48º | 0.43% | 0.31% | - |
| HSV(B) | 23.48º | 0.61% | 0.45% | - |
| XYZ | 9.73 | 8.4 | 3.59 | - |
| YUV | 81.48 | 107.41 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 72 | 45 | 0 | 0.37 | 0.61 | 0.55 | 23.48 | 0.43 | 0.31 |
| Hex | 72 | 48 | 2D | 0 | 25 | 3D | 37 | 17 | 2B | 1F |
| Octal | 162 | 110 | 55 | 0 | 45 | 75 | 67 | 27 | 53 | 37 |
| Binary | 1110010 | 1001000 | 101101 | 0 | 100101 | 111101 | 110111 | 10111 | 101011 | 11111 |
Color Harmonies of #72482D
Complementary color
Monochromatic Colors of #72482D
Black with #72482D
Text Example
Text Example
White with #72482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72482D; }
p { color: rgb(114,72,45); }
H1.HeaderClassName
{
color: #72482D;
}
.AnyTagClassName
{
color: #72482D;
}
</style>
background-color css
<style>
a { background-color: #72482D; }
a { background-color: rgb(114,72,45); }
div.DivClassName
{
background-color: #72482D;
}
.BgClassName
{
background-color: #72482D;
}
</style>
border-color css
<style>
span { border-color: #72482D; }
span { border-color: rgb(114,72,45); }
td.TdClassName
{
border-color: #72482D;
}
.TagClassName
{
border-color: #72482D;
}
</style>