Shades of Cape Palliser #724D30
Tints of Cape Palliser #724D30
RGB
CMYK
RGB Variations
Color information
#724D30 (or 0x724D30) is known color: Cape Palliser. HEX triplet: 72, 4D and 30. RGB value is (114,77,48). Sum of RGB (Red+Green+Blue) = 114+77+48=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #724D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724D30 is #8DB2CF. Grayscale: #545454. Windows color (decimal): -9286352 or 3165554. OLE color: 3165554.
HSL color Cylindrical-coordinate representation of color #724D30: hue angle of 26.36º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #724D30 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 77 | 48 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.55 |
| HSL | 26.36º | 0.41% | 0.32% | - |
| HSV(B) | 26.36º | 0.58% | 0.45% | - |
| XYZ | 10.13 | 9.1 | 4.02 | - |
| YUV | 84.76 | 107.26 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 77 | 48 | 0 | 0.32 | 0.58 | 0.55 | 26.36 | 0.41 | 0.32 |
| Hex | 72 | 4D | 30 | 0 | 20 | 3A | 37 | 1A | 29 | 20 |
| Octal | 162 | 115 | 60 | 0 | 40 | 72 | 67 | 32 | 51 | 40 |
| Binary | 1110010 | 1001101 | 110000 | 0 | 100000 | 111010 | 110111 | 11010 | 101001 | 100000 |
Color Harmonies of #724D30
Complementary color
Monochromatic Colors of #724D30
Black with #724D30
Text Example
Text Example
White with #724D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724D30; }
p { color: rgb(114,77,48); }
H1.HeaderClassName
{
color: #724D30;
}
.AnyTagClassName
{
color: #724D30;
}
</style>
background-color css
<style>
a { background-color: #724D30; }
a { background-color: rgb(114,77,48); }
div.DivClassName
{
background-color: #724D30;
}
.BgClassName
{
background-color: #724D30;
}
</style>
border-color css
<style>
span { border-color: #724D30; }
span { border-color: rgb(114,77,48); }
td.TdClassName
{
border-color: #724D30;
}
.TagClassName
{
border-color: #724D30;
}
</style>