Shades of Caput Mortuum #5E2514
Tints of Caput Mortuum #5E2514
RGB
CMYK
RGB Variations
Color information
#5E2514 (or 0x5E2514) is known color: Caput Mortuum. HEX triplet: 5E, 25 and 14. RGB value is (94,37,20). Sum of RGB (Red+Green+Blue) = 94+37+20=151 (20% of max value = 765). Red value is 94 (37.11% from 255 or 62.25% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E2514 is #A1DAEB. Grayscale: #343434. Windows color (decimal): -10607340 or 1320286. OLE color: 1320286.
HSL color Cylindrical-coordinate representation of color #5E2514: hue angle of 13.78º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E2514 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 37 | 20 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.63 |
| HSL | 13.78º | 0.65% | 0.22% | - |
| HSV(B) | 13.78º | 0.79% | 0.37% | - |
| XYZ | 5.4 | 3.75 | 1.1 | - |
| YUV | 52.11 | 109.88 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 37 | 20 | 0 | 0.61 | 0.79 | 0.63 | 13.78 | 0.65 | 0.22 |
| Hex | 5E | 25 | 14 | 0 | 3D | 4F | 3F | E | 41 | 16 |
| Octal | 136 | 45 | 24 | 0 | 75 | 117 | 77 | 16 | 101 | 26 |
| Binary | 1011110 | 100101 | 10100 | 0 | 111101 | 1001111 | 111111 | 1110 | 1000001 | 10110 |
Color Harmonies of #5E2514
Complementary color
Monochromatic Colors of #5E2514
Black with #5E2514
Text Example
Text Example
White with #5E2514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2514; }
p { color: rgb(94,37,20); }
H1.HeaderClassName
{
color: #5E2514;
}
.AnyTagClassName
{
color: #5E2514;
}
</style>
background-color css
<style>
a { background-color: #5E2514; }
a { background-color: rgb(94,37,20); }
div.DivClassName
{
background-color: #5E2514;
}
.BgClassName
{
background-color: #5E2514;
}
</style>
border-color css
<style>
span { border-color: #5E2514; }
span { border-color: rgb(94,37,20); }
td.TdClassName
{
border-color: #5E2514;
}
.TagClassName
{
border-color: #5E2514;
}
</style>