Shades of Caput Mortuum #542014
Tints of Caput Mortuum #542014
RGB
CMYK
RGB Variations
Color information
#542014 (or 0x542014) is known color: Caput Mortuum. HEX triplet: 54, 20 and 14. RGB value is (84,32,20). Sum of RGB (Red+Green+Blue) = 84+32+20=136 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.76% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 84 - color contains mainly: red. Hex color #542014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542014 is #ABDFEB. Grayscale: #2E2E2E. Windows color (decimal): -11263980 or 1318996. OLE color: 1318996.
HSL color Cylindrical-coordinate representation of color #542014: hue angle of 11.25º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #542014 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 32 | 20 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.67 |
| HSL | 11.25º | 0.62% | 0.2% | - |
| HSV(B) | 11.25º | 0.76% | 0.33% | - |
| XYZ | 4.3 | 2.97 | 1.01 | - |
| YUV | 46.18 | 113.23 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 32 | 20 | 0 | 0.62 | 0.76 | 0.67 | 11.25 | 0.62 | 0.2 |
| Hex | 54 | 20 | 14 | 0 | 3E | 4C | 43 | B | 3E | 14 |
| Octal | 124 | 40 | 24 | 0 | 76 | 114 | 103 | 13 | 76 | 24 |
| Binary | 1010100 | 100000 | 10100 | 0 | 111110 | 1001100 | 1000011 | 1011 | 111110 | 10100 |
Color Harmonies of #542014
Complementary color
Monochromatic Colors of #542014
Black with #542014
Text Example
Text Example
White with #542014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542014; }
p { color: rgb(84,32,20); }
H1.HeaderClassName
{
color: #542014;
}
.AnyTagClassName
{
color: #542014;
}
</style>
background-color css
<style>
a { background-color: #542014; }
a { background-color: rgb(84,32,20); }
div.DivClassName
{
background-color: #542014;
}
.BgClassName
{
background-color: #542014;
}
</style>
border-color css
<style>
span { border-color: #542014; }
span { border-color: rgb(84,32,20); }
td.TdClassName
{
border-color: #542014;
}
.TagClassName
{
border-color: #542014;
}
</style>