Shades of Cape Palliser #72462D
Tints of Cape Palliser #72462D
RGB
CMYK
RGB Variations
Color information
#72462D (or 0x72462D) is known color: Cape Palliser. HEX triplet: 72, 46 and 2D. RGB value is (114,70,45). Sum of RGB (Red+Green+Blue) = 114+70+45=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #72462D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72462D is #8DB9D2. Grayscale: #505050. Windows color (decimal): -9288147 or 2967154. OLE color: 2967154.
HSL color Cylindrical-coordinate representation of color #72462D: hue angle of 21.74º 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 #72462D is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 70 | 45 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.55 |
| HSL | 21.74º | 0.43% | 0.31% | - |
| HSV(B) | 21.74º | 0.61% | 0.45% | - |
| XYZ | 9.6 | 8.15 | 3.55 | - |
| YUV | 80.31 | 108.08 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 70 | 45 | 0 | 0.39 | 0.61 | 0.55 | 21.74 | 0.43 | 0.31 |
| Hex | 72 | 46 | 2D | 0 | 27 | 3D | 37 | 16 | 2B | 1F |
| Octal | 162 | 106 | 55 | 0 | 47 | 75 | 67 | 26 | 53 | 37 |
| Binary | 1110010 | 1000110 | 101101 | 0 | 100111 | 111101 | 110111 | 10110 | 101011 | 11111 |
Color Harmonies of #72462D
Complementary color
Monochromatic Colors of #72462D
Black with #72462D
Text Example
Text Example
White with #72462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72462D; }
p { color: rgb(114,70,45); }
H1.HeaderClassName
{
color: #72462D;
}
.AnyTagClassName
{
color: #72462D;
}
</style>
background-color css
<style>
a { background-color: #72462D; }
a { background-color: rgb(114,70,45); }
div.DivClassName
{
background-color: #72462D;
}
.BgClassName
{
background-color: #72462D;
}
</style>
border-color css
<style>
span { border-color: #72462D; }
span { border-color: rgb(114,70,45); }
td.TdClassName
{
border-color: #72462D;
}
.TagClassName
{
border-color: #72462D;
}
</style>