Shades of Cape Palliser #744E2D
Tints of Cape Palliser #744E2D
RGB
CMYK
RGB Variations
Color information
#744E2D (or 0x744E2D) is known color: Cape Palliser. HEX triplet: 74, 4E and 2D. RGB value is (116,78,45). Sum of RGB (Red+Green+Blue) = 116+78+45=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #744E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744E2D is #8BB1D2. Grayscale: #555555. Windows color (decimal): -9155027 or 2969204. OLE color: 2969204.
HSL color Cylindrical-coordinate representation of color #744E2D: hue angle of 27.89º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #744E2D is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 78 | 45 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.55 |
| HSL | 27.89º | 0.44% | 0.32% | - |
| HSV(B) | 27.89º | 0.61% | 0.45% | - |
| XYZ | 10.4 | 9.35 | 3.74 | - |
| YUV | 85.6 | 105.09 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 78 | 45 | 0 | 0.33 | 0.61 | 0.55 | 27.89 | 0.44 | 0.32 |
| Hex | 74 | 4E | 2D | 0 | 21 | 3D | 37 | 1C | 2C | 20 |
| Octal | 164 | 116 | 55 | 0 | 41 | 75 | 67 | 34 | 54 | 40 |
| Binary | 1110100 | 1001110 | 101101 | 0 | 100001 | 111101 | 110111 | 11100 | 101100 | 100000 |
Color Harmonies of #744E2D
Complementary color
Monochromatic Colors of #744E2D
Black with #744E2D
Text Example
Text Example
White with #744E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744E2D; }
p { color: rgb(116,78,45); }
H1.HeaderClassName
{
color: #744E2D;
}
.AnyTagClassName
{
color: #744E2D;
}
</style>
background-color css
<style>
a { background-color: #744E2D; }
a { background-color: rgb(116,78,45); }
div.DivClassName
{
background-color: #744E2D;
}
.BgClassName
{
background-color: #744E2D;
}
</style>
border-color css
<style>
span { border-color: #744E2D; }
span { border-color: rgb(116,78,45); }
td.TdClassName
{
border-color: #744E2D;
}
.TagClassName
{
border-color: #744E2D;
}
</style>