Shades of Caput Mortuum #542E24
Tints of Caput Mortuum #542E24
RGB
CMYK
RGB Variations
Color information
#542E24 (or 0x542E24) is known color: Caput Mortuum. HEX triplet: 54, 2E and 24. RGB value is (84,46,36). Sum of RGB (Red+Green+Blue) = 84+46+36=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #542E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542E24 is #ABD1DB. Grayscale: #383838. Windows color (decimal): -11260380 or 2371156. OLE color: 2371156.
HSL color Cylindrical-coordinate representation of color #542E24: hue angle of 12.5º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #542E24 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 46 | 36 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.67 |
| HSL | 12.5º | 0.4% | 0.24% | - |
| HSV(B) | 12.5º | 0.57% | 0.33% | - |
| XYZ | 4.95 | 3.97 | 2.17 | - |
| YUV | 56.22 | 116.59 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 46 | 36 | 0 | 0.45 | 0.57 | 0.67 | 12.5 | 0.4 | 0.24 |
| Hex | 54 | 2E | 24 | 0 | 2D | 39 | 43 | C | 28 | 18 |
| Octal | 124 | 56 | 44 | 0 | 55 | 71 | 103 | 14 | 50 | 30 |
| Binary | 1010100 | 101110 | 100100 | 0 | 101101 | 111001 | 1000011 | 1100 | 101000 | 11000 |
Color Harmonies of #542E24
Complementary color
Monochromatic Colors of #542E24
Black with #542E24
Text Example
Text Example
White with #542E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542E24; }
p { color: rgb(84,46,36); }
H1.HeaderClassName
{
color: #542E24;
}
.AnyTagClassName
{
color: #542E24;
}
</style>
background-color css
<style>
a { background-color: #542E24; }
a { background-color: rgb(84,46,36); }
div.DivClassName
{
background-color: #542E24;
}
.BgClassName
{
background-color: #542E24;
}
</style>
border-color css
<style>
span { border-color: #542E24; }
span { border-color: rgb(84,46,36); }
td.TdClassName
{
border-color: #542E24;
}
.TagClassName
{
border-color: #542E24;
}
</style>