Shades of Cape Palliser #744D34
Tints of Cape Palliser #744D34
RGB
CMYK
RGB Variations
Color information
#744D34 (or 0x744D34) is known color: Cape Palliser. HEX triplet: 74, 4D and 34. RGB value is (116,77,52). Sum of RGB (Red+Green+Blue) = 116+77+52=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #744D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744D34 is #8BB2CB. Grayscale: #555555. Windows color (decimal): -9155276 or 3427700. OLE color: 3427700.
HSL color Cylindrical-coordinate representation of color #744D34: hue angle of 23.44º 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 #744D34 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 77 | 52 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.55 |
| HSL | 23.44º | 0.38% | 0.33% | - |
| HSV(B) | 23.44º | 0.55% | 0.45% | - |
| XYZ | 10.48 | 9.27 | 4.49 | - |
| YUV | 85.81 | 108.92 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 77 | 52 | 0 | 0.34 | 0.55 | 0.55 | 23.44 | 0.38 | 0.33 |
| Hex | 74 | 4D | 34 | 0 | 22 | 37 | 37 | 17 | 26 | 21 |
| Octal | 164 | 115 | 64 | 0 | 42 | 67 | 67 | 27 | 46 | 41 |
| Binary | 1110100 | 1001101 | 110100 | 0 | 100010 | 110111 | 110111 | 10111 | 100110 | 100001 |
Color Harmonies of #744D34
Complementary color
Monochromatic Colors of #744D34
Black with #744D34
Text Example
Text Example
White with #744D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744D34; }
p { color: rgb(116,77,52); }
H1.HeaderClassName
{
color: #744D34;
}
.AnyTagClassName
{
color: #744D34;
}
</style>
background-color css
<style>
a { background-color: #744D34; }
a { background-color: rgb(116,77,52); }
div.DivClassName
{
background-color: #744D34;
}
.BgClassName
{
background-color: #744D34;
}
</style>
border-color css
<style>
span { border-color: #744D34; }
span { border-color: rgb(116,77,52); }
td.TdClassName
{
border-color: #744D34;
}
.TagClassName
{
border-color: #744D34;
}
</style>