Shades of Caput Mortuum #5E2615
Tints of Caput Mortuum #5E2615
RGB
CMYK
RGB Variations
Color information
#5E2615 (or 0x5E2615) is known color: Caput Mortuum. HEX triplet: 5E, 26 and 15. RGB value is (94,38,21). Sum of RGB (Red+Green+Blue) = 94+38+21=153 (20% of max value = 765). Red value is 94 (37.11% from 255 or 61.44% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E2615 is #A1D9EA. Grayscale: #343434. Windows color (decimal): -10607083 or 1386078. OLE color: 1386078.
HSL color Cylindrical-coordinate representation of color #5E2615: hue angle of 13.97º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E2615 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 38 | 21 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.63 |
| HSL | 13.97º | 0.63% | 0.23% | - |
| HSV(B) | 13.97º | 0.78% | 0.37% | - |
| XYZ | 5.44 | 3.82 | 1.16 | - |
| YUV | 52.81 | 110.05 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 38 | 21 | 0 | 0.60 | 0.78 | 0.63 | 13.97 | 0.63 | 0.23 |
| Hex | 5E | 26 | 15 | 0 | 3C | 4E | 3F | E | 3F | 17 |
| Octal | 136 | 46 | 25 | 0 | 74 | 116 | 77 | 16 | 77 | 27 |
| Binary | 1011110 | 100110 | 10101 | 0 | 111100 | 1001110 | 111111 | 1110 | 111111 | 10111 |
Color Harmonies of #5E2615
Complementary color
Monochromatic Colors of #5E2615
Black with #5E2615
Text Example
Text Example
White with #5E2615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2615; }
p { color: rgb(94,38,21); }
H1.HeaderClassName
{
color: #5E2615;
}
.AnyTagClassName
{
color: #5E2615;
}
</style>
background-color css
<style>
a { background-color: #5E2615; }
a { background-color: rgb(94,38,21); }
div.DivClassName
{
background-color: #5E2615;
}
.BgClassName
{
background-color: #5E2615;
}
</style>
border-color css
<style>
span { border-color: #5E2615; }
span { border-color: rgb(94,38,21); }
td.TdClassName
{
border-color: #5E2615;
}
.TagClassName
{
border-color: #5E2615;
}
</style>