Shades of Cape Palliser #744F2D
Tints of Cape Palliser #744F2D
RGB
CMYK
RGB Variations
Color information
#744F2D (or 0x744F2D) is known color: Cape Palliser. HEX triplet: 74, 4F and 2D. RGB value is (116,79,45). Sum of RGB (Red+Green+Blue) = 116+79+45=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #744F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744F2D is #8BB0D2. Grayscale: #565656. Windows color (decimal): -9154771 or 2969460. OLE color: 2969460.
HSL color Cylindrical-coordinate representation of color #744F2D: hue angle of 28.73º 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 #744F2D is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 79 | 45 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.55 |
| HSL | 28.73º | 0.44% | 0.32% | - |
| HSV(B) | 28.73º | 0.61% | 0.45% | - |
| XYZ | 10.47 | 9.49 | 3.76 | - |
| YUV | 86.19 | 104.76 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 79 | 45 | 0 | 0.32 | 0.61 | 0.55 | 28.73 | 0.44 | 0.32 |
| Hex | 74 | 4F | 2D | 0 | 20 | 3D | 37 | 1D | 2C | 20 |
| Octal | 164 | 117 | 55 | 0 | 40 | 75 | 67 | 35 | 54 | 40 |
| Binary | 1110100 | 1001111 | 101101 | 0 | 100000 | 111101 | 110111 | 11101 | 101100 | 100000 |
Color Harmonies of #744F2D
Complementary color
Monochromatic Colors of #744F2D
Black with #744F2D
Text Example
Text Example
White with #744F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744F2D; }
p { color: rgb(116,79,45); }
H1.HeaderClassName
{
color: #744F2D;
}
.AnyTagClassName
{
color: #744F2D;
}
</style>
background-color css
<style>
a { background-color: #744F2D; }
a { background-color: rgb(116,79,45); }
div.DivClassName
{
background-color: #744F2D;
}
.BgClassName
{
background-color: #744F2D;
}
</style>
border-color css
<style>
span { border-color: #744F2D; }
span { border-color: rgb(116,79,45); }
td.TdClassName
{
border-color: #744F2D;
}
.TagClassName
{
border-color: #744F2D;
}
</style>