Shades of Caput Mortuum #5E2924
Tints of Caput Mortuum #5E2924
RGB
CMYK
RGB Variations
Color information
#5E2924 (or 0x5E2924) is known color: Caput Mortuum. HEX triplet: 5E, 29 and 24. RGB value is (94,41,36). Sum of RGB (Red+Green+Blue) = 94+41+36=171 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.97% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2924 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2924 is #A1D6DB. Grayscale: #383838. Windows color (decimal): -10606300 or 2369886. OLE color: 2369886.
HSL color Cylindrical-coordinate representation of color #5E2924: hue angle of 5.17º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5E2924 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 41 | 36 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.63 |
| HSL | 5.17º | 0.45% | 0.25% | - |
| HSV(B) | 5.17º | 0.62% | 0.37% | - |
| XYZ | 5.73 | 4.09 | 2.16 | - |
| YUV | 56.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 41 | 36 | 0 | 0.56 | 0.62 | 0.63 | 5.17 | 0.45 | 0.25 |
| Hex | 5E | 29 | 24 | 0 | 38 | 3E | 3F | 5 | 2D | 19 |
| Octal | 136 | 51 | 44 | 0 | 70 | 76 | 77 | 5 | 55 | 31 |
| Binary | 1011110 | 101001 | 100100 | 0 | 111000 | 111110 | 111111 | 101 | 101101 | 11001 |
Color Harmonies of #5E2924
Complementary color
Monochromatic Colors of #5E2924
Black with #5E2924
Text Example
Text Example
White with #5E2924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2924; }
p { color: rgb(94,41,36); }
H1.HeaderClassName
{
color: #5E2924;
}
.AnyTagClassName
{
color: #5E2924;
}
</style>
background-color css
<style>
a { background-color: #5E2924; }
a { background-color: rgb(94,41,36); }
div.DivClassName
{
background-color: #5E2924;
}
.BgClassName
{
background-color: #5E2924;
}
</style>
border-color css
<style>
span { border-color: #5E2924; }
span { border-color: rgb(94,41,36); }
td.TdClassName
{
border-color: #5E2924;
}
.TagClassName
{
border-color: #5E2924;
}
</style>