Shades of Cape Palliser #734C34
Tints of Cape Palliser #734C34
RGB
CMYK
RGB Variations
Color information
#734C34 (or 0x734C34) is known color: Cape Palliser. HEX triplet: 73, 4C and 34. RGB value is (115,76,52). Sum of RGB (Red+Green+Blue) = 115+76+52=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 115 - color contains mainly: red. Hex color #734C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734C34 is #8CB3CB. Grayscale: #555555. Windows color (decimal): -9221068 or 3427443. OLE color: 3427443.
HSL color Cylindrical-coordinate representation of color #734C34: hue angle of 22.86º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #734C34 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 76 | 52 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.55 |
| HSL | 22.86º | 0.38% | 0.33% | - |
| HSV(B) | 22.86º | 0.55% | 0.45% | - |
| XYZ | 10.27 | 9.06 | 4.46 | - |
| YUV | 84.93 | 109.42 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 76 | 52 | 0 | 0.34 | 0.55 | 0.55 | 22.86 | 0.38 | 0.33 |
| Hex | 73 | 4C | 34 | 0 | 22 | 37 | 37 | 17 | 26 | 21 |
| Octal | 163 | 114 | 64 | 0 | 42 | 67 | 67 | 27 | 46 | 41 |
| Binary | 1110011 | 1001100 | 110100 | 0 | 100010 | 110111 | 110111 | 10111 | 100110 | 100001 |
Color Harmonies of #734C34
Complementary color
Monochromatic Colors of #734C34
Black with #734C34
Text Example
Text Example
White with #734C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734C34; }
p { color: rgb(115,76,52); }
H1.HeaderClassName
{
color: #734C34;
}
.AnyTagClassName
{
color: #734C34;
}
</style>
background-color css
<style>
a { background-color: #734C34; }
a { background-color: rgb(115,76,52); }
div.DivClassName
{
background-color: #734C34;
}
.BgClassName
{
background-color: #734C34;
}
</style>
border-color css
<style>
span { border-color: #734C34; }
span { border-color: rgb(115,76,52); }
td.TdClassName
{
border-color: #734C34;
}
.TagClassName
{
border-color: #734C34;
}
</style>