Shades of Cape Palliser #724B2C
Tints of Cape Palliser #724B2C
RGB
CMYK
RGB Variations
Color information
#724B2C (or 0x724B2C) is known color: Cape Palliser. HEX triplet: 72, 4B and 2C. RGB value is (114,75,44). Sum of RGB (Red+Green+Blue) = 114+75+44=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #724B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724B2C is #8DB4D3. Grayscale: #535353. Windows color (decimal): -9286868 or 2902898. OLE color: 2902898.
HSL color Cylindrical-coordinate representation of color #724B2C: hue angle of 26.57º 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 #724B2C is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 75 | 44 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.55 |
| HSL | 26.57º | 0.44% | 0.31% | - |
| HSV(B) | 26.57º | 0.61% | 0.45% | - |
| XYZ | 9.91 | 8.79 | 3.56 | - |
| YUV | 83.13 | 105.92 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 75 | 44 | 0 | 0.34 | 0.61 | 0.55 | 26.57 | 0.44 | 0.31 |
| Hex | 72 | 4B | 2C | 0 | 22 | 3D | 37 | 1B | 2C | 1F |
| Octal | 162 | 113 | 54 | 0 | 42 | 75 | 67 | 33 | 54 | 37 |
| Binary | 1110010 | 1001011 | 101100 | 0 | 100010 | 111101 | 110111 | 11011 | 101100 | 11111 |
Color Harmonies of #724B2C
Complementary color
Monochromatic Colors of #724B2C
Black with #724B2C
Text Example
Text Example
White with #724B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724B2C; }
p { color: rgb(114,75,44); }
H1.HeaderClassName
{
color: #724B2C;
}
.AnyTagClassName
{
color: #724B2C;
}
</style>
background-color css
<style>
a { background-color: #724B2C; }
a { background-color: rgb(114,75,44); }
div.DivClassName
{
background-color: #724B2C;
}
.BgClassName
{
background-color: #724B2C;
}
</style>
border-color css
<style>
span { border-color: #724B2C; }
span { border-color: rgb(114,75,44); }
td.TdClassName
{
border-color: #724B2C;
}
.TagClassName
{
border-color: #724B2C;
}
</style>