Shades of Cape Palliser #724C2D
Tints of Cape Palliser #724C2D
RGB
CMYK
RGB Variations
Color information
#724C2D (or 0x724C2D) is known color: Cape Palliser. HEX triplet: 72, 4C and 2D. RGB value is (114,76,45). Sum of RGB (Red+Green+Blue) = 114+76+45=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #724C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724C2D is #8DB3D2. Grayscale: #535353. Windows color (decimal): -9286611 or 2968690. OLE color: 2968690.
HSL color Cylindrical-coordinate representation of color #724C2D: hue angle of 26.96º 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 #724C2D is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
RGB | 114 | 76 | 45 | - |
CMYK | 0 | 0.33 | 0.61 | 0.55 |
HSL | 26.96º | 0.43% | 0.31% | - |
HSV(B) | 26.96º | 0.61% | 0.45% | - |
XYZ | 10 | 8.94 | 3.68 | - |
YUV | 83.83 | 106.09 | 149.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 114 | 76 | 45 | 0 | 0.33 | 0.61 | 0.55 | 26.96 | 0.43 | 0.31 |
Hex | 72 | 4C | 2D | 0 | 21 | 3D | 37 | 1B | 2B | 1F |
Octal | 162 | 114 | 55 | 0 | 41 | 75 | 67 | 33 | 53 | 37 |
Binary | 1110010 | 1001100 | 101101 | 0 | 100001 | 111101 | 110111 | 11011 | 101011 | 11111 |
Color Harmonies of #724C2D
Complementary color
Monochromatic Colors of #724C2D
Black with #724C2D
Text Example
Text Example
White with #724C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724C2D; }
p { color: rgb(114,76,45); }
H1.HeaderClassName
{
color: #724C2D;
}
.AnyTagClassName
{
color: #724C2D;
}
</style>
background-color css
<style>
a { background-color: #724C2D; }
a { background-color: rgb(114,76,45); }
div.DivClassName
{
background-color: #724C2D;
}
.BgClassName
{
background-color: #724C2D;
}
</style>
border-color css
<style>
span { border-color: #724C2D; }
span { border-color: rgb(114,76,45); }
td.TdClassName
{
border-color: #724C2D;
}
.TagClassName
{
border-color: #724C2D;
}
</style>