Shades of Cape Palliser #744C34
Tints of Cape Palliser #744C34
RGB
CMYK
RGB Variations
Color information
#744C34 (or 0x744C34) is known color: Cape Palliser. HEX triplet: 74, 4C and 34. RGB value is (116,76,52). Sum of RGB (Red+Green+Blue) = 116+76+52=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 52 (20.70% from 255 or 21.31% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #744C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744C34 is #8BB3CB. Grayscale: #555555. Windows color (decimal): -9155532 or 3427444. OLE color: 3427444.
HSL color Cylindrical-coordinate representation of color #744C34: hue angle of 22.5º 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 #744C34 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 76 | 52 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.55 |
| HSL | 22.5º | 0.38% | 0.33% | - |
| HSV(B) | 22.5º | 0.55% | 0.45% | - |
| XYZ | 10.41 | 9.13 | 4.46 | - |
| YUV | 85.22 | 109.25 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 52 | 0 | 0.34 | 0.55 | 0.55 | 22.5 | 0.38 | 0.33 |
| Hex | 74 | 4C | 34 | 0 | 22 | 37 | 37 | 16 | 26 | 21 |
| Octal | 164 | 114 | 64 | 0 | 42 | 67 | 67 | 26 | 46 | 41 |
| Binary | 1110100 | 1001100 | 110100 | 0 | 100010 | 110111 | 110111 | 10110 | 100110 | 100001 |
Color Harmonies of #744C34
Complementary color
Monochromatic Colors of #744C34
Black with #744C34
Text Example
Text Example
White with #744C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744C34; }
p { color: rgb(116,76,52); }
H1.HeaderClassName
{
color: #744C34;
}
.AnyTagClassName
{
color: #744C34;
}
</style>
background-color css
<style>
a { background-color: #744C34; }
a { background-color: rgb(116,76,52); }
div.DivClassName
{
background-color: #744C34;
}
.BgClassName
{
background-color: #744C34;
}
</style>
border-color css
<style>
span { border-color: #744C34; }
span { border-color: rgb(116,76,52); }
td.TdClassName
{
border-color: #744C34;
}
.TagClassName
{
border-color: #744C34;
}
</style>