Shades of Caput Mortuum #542016
Tints of Caput Mortuum #542016
RGB
CMYK
RGB Variations
Color information
#542016 (or 0x542016) is known color: Caput Mortuum. HEX triplet: 54, 20 and 16. RGB value is (84,32,22). Sum of RGB (Red+Green+Blue) = 84+32+22=138 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.87% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 84 - color contains mainly: red. Hex color #542016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542016 is #ABDFE9. Grayscale: #2E2E2E. Windows color (decimal): -11263978 or 1450068. OLE color: 1450068.
HSL color Cylindrical-coordinate representation of color #542016: hue angle of 9.68º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #542016 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 32 | 22 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.67 |
| HSL | 9.68º | 0.58% | 0.21% | - |
| HSV(B) | 9.68º | 0.74% | 0.33% | - |
| XYZ | 4.32 | 2.98 | 1.11 | - |
| YUV | 46.41 | 114.23 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 32 | 22 | 0 | 0.62 | 0.74 | 0.67 | 9.68 | 0.58 | 0.21 |
| Hex | 54 | 20 | 16 | 0 | 3E | 4A | 43 | A | 3A | 15 |
| Octal | 124 | 40 | 26 | 0 | 76 | 112 | 103 | 12 | 72 | 25 |
| Binary | 1010100 | 100000 | 10110 | 0 | 111110 | 1001010 | 1000011 | 1010 | 111010 | 10101 |
Color Harmonies of #542016
Complementary color
Monochromatic Colors of #542016
Black with #542016
Text Example
Text Example
White with #542016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542016; }
p { color: rgb(84,32,22); }
H1.HeaderClassName
{
color: #542016;
}
.AnyTagClassName
{
color: #542016;
}
</style>
background-color css
<style>
a { background-color: #542016; }
a { background-color: rgb(84,32,22); }
div.DivClassName
{
background-color: #542016;
}
.BgClassName
{
background-color: #542016;
}
</style>
border-color css
<style>
span { border-color: #542016; }
span { border-color: rgb(84,32,22); }
td.TdClassName
{
border-color: #542016;
}
.TagClassName
{
border-color: #542016;
}
</style>