Shades of Cape Palliser #724C30
Tints of Cape Palliser #724C30
RGB
CMYK
RGB Variations
Color information
#724C30 (or 0x724C30) is known color: Cape Palliser. HEX triplet: 72, 4C and 30. RGB value is (114,76,48). Sum of RGB (Red+Green+Blue) = 114+76+48=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #724C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724C30 is #8DB3CF. Grayscale: #545454. Windows color (decimal): -9286608 or 3165298. OLE color: 3165298.
HSL color Cylindrical-coordinate representation of color #724C30: hue angle of 25.45º 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 #724C30 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 76 | 48 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.55 |
| HSL | 25.45º | 0.41% | 0.32% | - |
| HSV(B) | 25.45º | 0.58% | 0.45% | - |
| XYZ | 10.06 | 8.96 | 4 | - |
| YUV | 84.17 | 107.59 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 76 | 48 | 0 | 0.33 | 0.58 | 0.55 | 25.45 | 0.41 | 0.32 |
| Hex | 72 | 4C | 30 | 0 | 21 | 3A | 37 | 19 | 29 | 20 |
| Octal | 162 | 114 | 60 | 0 | 41 | 72 | 67 | 31 | 51 | 40 |
| Binary | 1110010 | 1001100 | 110000 | 0 | 100001 | 111010 | 110111 | 11001 | 101001 | 100000 |
Color Harmonies of #724C30
Complementary color
Monochromatic Colors of #724C30
Black with #724C30
Text Example
Text Example
White with #724C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724C30; }
p { color: rgb(114,76,48); }
H1.HeaderClassName
{
color: #724C30;
}
.AnyTagClassName
{
color: #724C30;
}
</style>
background-color css
<style>
a { background-color: #724C30; }
a { background-color: rgb(114,76,48); }
div.DivClassName
{
background-color: #724C30;
}
.BgClassName
{
background-color: #724C30;
}
</style>
border-color css
<style>
span { border-color: #724C30; }
span { border-color: rgb(114,76,48); }
td.TdClassName
{
border-color: #724C30;
}
.TagClassName
{
border-color: #724C30;
}
</style>