Shades of Caput Mortuum #5E2918
Tints of Caput Mortuum #5E2918
RGB
CMYK
RGB Variations
Color information
#5E2918 (or 0x5E2918) is known color: Caput Mortuum. HEX triplet: 5E, 29 and 18. RGB value is (94,41,24). Sum of RGB (Red+Green+Blue) = 94+41+24=159 (21% of max value = 765). Red value is 94 (37.11% from 255 or 59.12% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2918 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5E2918 is #A1D6E7. Grayscale: #373737. Windows color (decimal): -10606312 or 1583454. OLE color: 1583454.
HSL color Cylindrical-coordinate representation of color #5E2918: hue angle of 14.57º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E2918 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 41 | 24 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.63 |
| HSL | 14.57º | 0.59% | 0.23% | - |
| HSV(B) | 14.57º | 0.74% | 0.37% | - |
| XYZ | 5.57 | 4.03 | 1.35 | - |
| YUV | 54.91 | 110.56 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 41 | 24 | 0 | 0.56 | 0.74 | 0.63 | 14.57 | 0.59 | 0.23 |
| Hex | 5E | 29 | 18 | 0 | 38 | 4A | 3F | F | 3B | 17 |
| Octal | 136 | 51 | 30 | 0 | 70 | 112 | 77 | 17 | 73 | 27 |
| Binary | 1011110 | 101001 | 11000 | 0 | 111000 | 1001010 | 111111 | 1111 | 111011 | 10111 |
Color Harmonies of #5E2918
Complementary color
Monochromatic Colors of #5E2918
Black with #5E2918
Text Example
Text Example
White with #5E2918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2918; }
p { color: rgb(94,41,24); }
H1.HeaderClassName
{
color: #5E2918;
}
.AnyTagClassName
{
color: #5E2918;
}
</style>
background-color css
<style>
a { background-color: #5E2918; }
a { background-color: rgb(94,41,24); }
div.DivClassName
{
background-color: #5E2918;
}
.BgClassName
{
background-color: #5E2918;
}
</style>
border-color css
<style>
span { border-color: #5E2918; }
span { border-color: rgb(94,41,24); }
td.TdClassName
{
border-color: #5E2918;
}
.TagClassName
{
border-color: #5E2918;
}
</style>