Shades of Cape Palliser #724A2D
Tints of Cape Palliser #724A2D
RGB
CMYK
RGB Variations
Color information
#724A2D (or 0x724A2D) is known color: Cape Palliser. HEX triplet: 72, 4A and 2D. RGB value is (114,74,45). Sum of RGB (Red+Green+Blue) = 114+74+45=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #724A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724A2D is #8DB5D2. Grayscale: #525252. Windows color (decimal): -9287123 or 2968178. OLE color: 2968178.
HSL color Cylindrical-coordinate representation of color #724A2D: hue angle of 25.22º 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 #724A2D is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 74 | 45 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.55 |
| HSL | 25.22º | 0.43% | 0.31% | - |
| HSV(B) | 25.22º | 0.61% | 0.45% | - |
| XYZ | 9.86 | 8.66 | 3.64 | - |
| YUV | 82.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 74 | 45 | 0 | 0.35 | 0.61 | 0.55 | 25.22 | 0.43 | 0.31 |
| Hex | 72 | 4A | 2D | 0 | 23 | 3D | 37 | 19 | 2B | 1F |
| Octal | 162 | 112 | 55 | 0 | 43 | 75 | 67 | 31 | 53 | 37 |
| Binary | 1110010 | 1001010 | 101101 | 0 | 100011 | 111101 | 110111 | 11001 | 101011 | 11111 |
Color Harmonies of #724A2D
Complementary color
Monochromatic Colors of #724A2D
Black with #724A2D
Text Example
Text Example
White with #724A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724A2D; }
p { color: rgb(114,74,45); }
H1.HeaderClassName
{
color: #724A2D;
}
.AnyTagClassName
{
color: #724A2D;
}
</style>
background-color css
<style>
a { background-color: #724A2D; }
a { background-color: rgb(114,74,45); }
div.DivClassName
{
background-color: #724A2D;
}
.BgClassName
{
background-color: #724A2D;
}
</style>
border-color css
<style>
span { border-color: #724A2D; }
span { border-color: rgb(114,74,45); }
td.TdClassName
{
border-color: #724A2D;
}
.TagClassName
{
border-color: #724A2D;
}
</style>