Shades of Cape Palliser #724A2C
Tints of Cape Palliser #724A2C
RGB
CMYK
RGB Variations
Color information
#724A2C (or 0x724A2C) is known color: Cape Palliser. HEX triplet: 72, 4A and 2C. RGB value is (114,74,44). Sum of RGB (Red+Green+Blue) = 114+74+44=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #724A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724A2C is #8DB5D3. Grayscale: #525252. Windows color (decimal): -9287124 or 2902642. OLE color: 2902642.
HSL color Cylindrical-coordinate representation of color #724A2C: hue angle of 25.71º degrees, saturation: 0.44, 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 #724A2C is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 74 | 44 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.55 |
| HSL | 25.71º | 0.44% | 0.31% | - |
| HSV(B) | 25.71º | 0.61% | 0.45% | - |
| XYZ | 9.84 | 8.66 | 3.54 | - |
| YUV | 82.54 | 106.25 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 74 | 44 | 0 | 0.35 | 0.61 | 0.55 | 25.71 | 0.44 | 0.31 |
| Hex | 72 | 4A | 2C | 0 | 23 | 3D | 37 | 1A | 2C | 1F |
| Octal | 162 | 112 | 54 | 0 | 43 | 75 | 67 | 32 | 54 | 37 |
| Binary | 1110010 | 1001010 | 101100 | 0 | 100011 | 111101 | 110111 | 11010 | 101100 | 11111 |
Color Harmonies of #724A2C
Complementary color
Monochromatic Colors of #724A2C
Black with #724A2C
Text Example
Text Example
White with #724A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724A2C; }
p { color: rgb(114,74,44); }
H1.HeaderClassName
{
color: #724A2C;
}
.AnyTagClassName
{
color: #724A2C;
}
</style>
background-color css
<style>
a { background-color: #724A2C; }
a { background-color: rgb(114,74,44); }
div.DivClassName
{
background-color: #724A2C;
}
.BgClassName
{
background-color: #724A2C;
}
</style>
border-color css
<style>
span { border-color: #724A2C; }
span { border-color: rgb(114,74,44); }
td.TdClassName
{
border-color: #724A2C;
}
.TagClassName
{
border-color: #724A2C;
}
</style>