Shades of Caput Mortuum #5E2D1E
Tints of Caput Mortuum #5E2D1E
RGB
CMYK
RGB Variations
Color information
#5E2D1E (or 0x5E2D1E) is known color: Caput Mortuum. HEX triplet: 5E, 2D and 1E. RGB value is (94,45,30). Sum of RGB (Red+Green+Blue) = 94+45+30=169 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.62% from 169); Green value is 45 (17.97% from 255 or 26.63% from 169); Blue value is 30 (12.11% from 255 or 17.75% from 169); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2D1E is #A1D2E1. Grayscale: #3A3A3A. Windows color (decimal): -10605282 or 1977694. OLE color: 1977694.
HSL color Cylindrical-coordinate representation of color #5E2D1E: hue angle of 14.06º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E2D1E is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 45 | 30 | - |
CMYK | 0 | 0.52 | 0.68 | 0.63 |
HSL | 14.06º | 0.52% | 0.24% | - |
HSV(B) | 14.06º | 0.68% | 0.37% | - |
XYZ | 5.79 | 4.35 | 1.76 | - |
YUV | 57.94 | 112.23 | 153.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 45 | 30 | 0 | 0.52 | 0.68 | 0.63 | 14.06 | 0.52 | 0.24 |
Hex | 5E | 2D | 1E | 0 | 34 | 44 | 3F | E | 34 | 18 |
Octal | 136 | 55 | 36 | 0 | 64 | 104 | 77 | 16 | 64 | 30 |
Binary | 1011110 | 101101 | 11110 | 0 | 110100 | 1000100 | 111111 | 1110 | 110100 | 11000 |
Color Harmonies of #5E2D1E
Complementary color
Monochromatic Colors of #5E2D1E
Black with #5E2D1E
Text Example
Text Example
White with #5E2D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2D1E; }
p { color: rgb(94,45,30); }
H1.HeaderClassName
{
color: #5E2D1E;
}
.AnyTagClassName
{
color: #5E2D1E;
}
</style>
background-color css
<style>
a { background-color: #5E2D1E; }
a { background-color: rgb(94,45,30); }
div.DivClassName
{
background-color: #5E2D1E;
}
.BgClassName
{
background-color: #5E2D1E;
}
</style>
border-color css
<style>
span { border-color: #5E2D1E; }
span { border-color: rgb(94,45,30); }
td.TdClassName
{
border-color: #5E2D1E;
}
.TagClassName
{
border-color: #5E2D1E;
}
</style>