Shades of Cape Palliser #744C2F
Tints of Cape Palliser #744C2F
RGB
CMYK
RGB Variations
Color information
#744C2F (or 0x744C2F) is known color: Cape Palliser. HEX triplet: 74, 4C and 2F. RGB value is (116,76,47). Sum of RGB (Red+Green+Blue) = 116+76+47=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #744C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744C2F is #8BB3D0. Grayscale: #545454. Windows color (decimal): -9155537 or 3099764. OLE color: 3099764.
HSL color Cylindrical-coordinate representation of color #744C2F: hue angle of 25.22º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #744C2F is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 76 | 47 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.55 |
| HSL | 25.22º | 0.42% | 0.32% | - |
| HSV(B) | 25.22º | 0.59% | 0.45% | - |
| XYZ | 10.3 | 9.09 | 3.9 | - |
| YUV | 84.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 47 | 0 | 0.34 | 0.59 | 0.55 | 25.22 | 0.42 | 0.32 |
| Hex | 74 | 4C | 2F | 0 | 22 | 3B | 37 | 19 | 2A | 20 |
| Octal | 164 | 114 | 57 | 0 | 42 | 73 | 67 | 31 | 52 | 40 |
| Binary | 1110100 | 1001100 | 101111 | 0 | 100010 | 111011 | 110111 | 11001 | 101010 | 100000 |
Color Harmonies of #744C2F
Complementary color
Monochromatic Colors of #744C2F
Black with #744C2F
Text Example
Text Example
White with #744C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744C2F; }
p { color: rgb(116,76,47); }
H1.HeaderClassName
{
color: #744C2F;
}
.AnyTagClassName
{
color: #744C2F;
}
</style>
background-color css
<style>
a { background-color: #744C2F; }
a { background-color: rgb(116,76,47); }
div.DivClassName
{
background-color: #744C2F;
}
.BgClassName
{
background-color: #744C2F;
}
</style>
border-color css
<style>
span { border-color: #744C2F; }
span { border-color: rgb(116,76,47); }
td.TdClassName
{
border-color: #744C2F;
}
.TagClassName
{
border-color: #744C2F;
}
</style>