Shades of Cape Palliser #724E32
Tints of Cape Palliser #724E32
RGB
CMYK
RGB Variations
Color information
#724E32 (or 0x724E32) is known color: Cape Palliser. HEX triplet: 72, 4E and 32. RGB value is (114,78,50). Sum of RGB (Red+Green+Blue) = 114+78+50=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #724E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724E32 is #8DB1CD. Grayscale: #555555. Windows color (decimal): -9286094 or 3296882. OLE color: 3296882.
HSL color Cylindrical-coordinate representation of color #724E32: hue angle of 26.25º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #724E32 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 78 | 50 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.55 |
| HSL | 26.25º | 0.39% | 0.32% | - |
| HSV(B) | 26.25º | 0.56% | 0.45% | - |
| XYZ | 10.24 | 9.26 | 4.26 | - |
| YUV | 85.57 | 107.93 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 78 | 50 | 0 | 0.32 | 0.56 | 0.55 | 26.25 | 0.39 | 0.32 |
| Hex | 72 | 4E | 32 | 0 | 20 | 38 | 37 | 1A | 27 | 20 |
| Octal | 162 | 116 | 62 | 0 | 40 | 70 | 67 | 32 | 47 | 40 |
| Binary | 1110010 | 1001110 | 110010 | 0 | 100000 | 111000 | 110111 | 11010 | 100111 | 100000 |
Color Harmonies of #724E32
Complementary color
Monochromatic Colors of #724E32
Black with #724E32
Text Example
Text Example
White with #724E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724E32; }
p { color: rgb(114,78,50); }
H1.HeaderClassName
{
color: #724E32;
}
.AnyTagClassName
{
color: #724E32;
}
</style>
background-color css
<style>
a { background-color: #724E32; }
a { background-color: rgb(114,78,50); }
div.DivClassName
{
background-color: #724E32;
}
.BgClassName
{
background-color: #724E32;
}
</style>
border-color css
<style>
span { border-color: #724E32; }
span { border-color: rgb(114,78,50); }
td.TdClassName
{
border-color: #724E32;
}
.TagClassName
{
border-color: #724E32;
}
</style>