Shades of Caput Mortuum #5E2920
Tints of Caput Mortuum #5E2920
RGB
CMYK
RGB Variations
Color information
#5E2920 (or 0x5E2920) is known color: Caput Mortuum. HEX triplet: 5E, 29 and 20. RGB value is (94,41,32). Sum of RGB (Red+Green+Blue) = 94+41+32=167 (22% of max value = 765). Red value is 94 (37.11% from 255 or 56.29% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2920 is #A1D6DF. Grayscale: #373737. Windows color (decimal): -10606304 or 2107742. OLE color: 2107742.
HSL color Cylindrical-coordinate representation of color #5E2920: hue angle of 8.71º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E2920 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 41 | 32 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.63 |
| HSL | 8.71º | 0.49% | 0.25% | - |
| HSV(B) | 8.71º | 0.66% | 0.37% | - |
| XYZ | 5.67 | 4.07 | 1.85 | - |
| YUV | 55.82 | 114.56 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 41 | 32 | 0 | 0.56 | 0.66 | 0.63 | 8.71 | 0.49 | 0.25 |
| Hex | 5E | 29 | 20 | 0 | 38 | 42 | 3F | 9 | 31 | 19 |
| Octal | 136 | 51 | 40 | 0 | 70 | 102 | 77 | 11 | 61 | 31 |
| Binary | 1011110 | 101001 | 100000 | 0 | 111000 | 1000010 | 111111 | 1001 | 110001 | 11001 |
Color Harmonies of #5E2920
Complementary color
Monochromatic Colors of #5E2920
Black with #5E2920
Text Example
Text Example
White with #5E2920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2920; }
p { color: rgb(94,41,32); }
H1.HeaderClassName
{
color: #5E2920;
}
.AnyTagClassName
{
color: #5E2920;
}
</style>
background-color css
<style>
a { background-color: #5E2920; }
a { background-color: rgb(94,41,32); }
div.DivClassName
{
background-color: #5E2920;
}
.BgClassName
{
background-color: #5E2920;
}
</style>
border-color css
<style>
span { border-color: #5E2920; }
span { border-color: rgb(94,41,32); }
td.TdClassName
{
border-color: #5E2920;
}
.TagClassName
{
border-color: #5E2920;
}
</style>