Shades of Caput Mortuum #5C2714
Tints of Caput Mortuum #5C2714
RGB
CMYK
RGB Variations
Color information
#5C2714 (or 0x5C2714) is known color: Caput Mortuum. HEX triplet: 5C, 27 and 14. RGB value is (92,39,20). Sum of RGB (Red+Green+Blue) = 92+39+20=151 (20% of max value = 765). Red value is 92 (36.33% from 255 or 60.93% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C2714 is #A3D8EB. Grayscale: #343434. Windows color (decimal): -10737900 or 1320796. OLE color: 1320796.
HSL color Cylindrical-coordinate representation of color #5C2714: hue angle of 15.83º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5C2714 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 39 | 20 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.64 |
| HSL | 15.83º | 0.64% | 0.22% | - |
| HSV(B) | 15.83º | 0.78% | 0.36% | - |
| XYZ | 5.27 | 3.78 | 1.11 | - |
| YUV | 52.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 39 | 20 | 0 | 0.58 | 0.78 | 0.64 | 15.83 | 0.64 | 0.22 |
| Hex | 5C | 27 | 14 | 0 | 3A | 4E | 40 | 10 | 40 | 16 |
| Octal | 134 | 47 | 24 | 0 | 72 | 116 | 100 | 20 | 100 | 26 |
| Binary | 1011100 | 100111 | 10100 | 0 | 111010 | 1001110 | 1000000 | 10000 | 1000000 | 10110 |
Color Harmonies of #5C2714
Complementary color
Monochromatic Colors of #5C2714
Black with #5C2714
Text Example
Text Example
White with #5C2714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2714; }
p { color: rgb(92,39,20); }
H1.HeaderClassName
{
color: #5C2714;
}
.AnyTagClassName
{
color: #5C2714;
}
</style>
background-color css
<style>
a { background-color: #5C2714; }
a { background-color: rgb(92,39,20); }
div.DivClassName
{
background-color: #5C2714;
}
.BgClassName
{
background-color: #5C2714;
}
</style>
border-color css
<style>
span { border-color: #5C2714; }
span { border-color: rgb(92,39,20); }
td.TdClassName
{
border-color: #5C2714;
}
.TagClassName
{
border-color: #5C2714;
}
</style>