Shades of Emperor #5E4143
Tints of Emperor #5E4143
RGB
CMYK
RGB Variations
Color information
#5E4143 (or 0x5E4143) is known color: Emperor. HEX triplet: 5E, 41 and 43. RGB value is (94,65,67). Sum of RGB (Red+Green+Blue) = 94+65+67=226 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.59% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 67 (26.56% from 255 or 29.65% from 226); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4143 is #A1BEBC. Grayscale: #494949. Windows color (decimal): -10600125 or 4407646. OLE color: 4407646.
HSL color Cylindrical-coordinate representation of color #5E4143: hue angle of 355.86º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E4143 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 65 | 67 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.63 |
| HSL | 355.86º | 0.18% | 0.31% | - |
| HSV(B) | 355.86º | 0.31% | 0.37% | - |
| XYZ | 7.52 | 6.57 | 6.18 | - |
| YUV | 73.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 65 | 67 | 0 | 0.31 | 0.29 | 0.63 | 355.86 | 0.18 | 0.31 |
| Hex | 5E | 41 | 43 | 0 | 1F | 1D | 3F | 164 | 12 | 1F |
| Octal | 136 | 101 | 103 | 0 | 37 | 35 | 77 | 544 | 22 | 37 |
| Binary | 1011110 | 1000001 | 1000011 | 0 | 11111 | 11101 | 111111 | 101100100 | 10010 | 11111 |
Color Harmonies of #5E4143
Complementary color
Monochromatic Colors of #5E4143
Black with #5E4143
Text Example
Text Example
White with #5E4143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4143; }
p { color: rgb(94,65,67); }
H1.HeaderClassName
{
color: #5E4143;
}
.AnyTagClassName
{
color: #5E4143;
}
</style>
background-color css
<style>
a { background-color: #5E4143; }
a { background-color: rgb(94,65,67); }
div.DivClassName
{
background-color: #5E4143;
}
.BgClassName
{
background-color: #5E4143;
}
</style>
border-color css
<style>
span { border-color: #5E4143; }
span { border-color: rgb(94,65,67); }
td.TdClassName
{
border-color: #5E4143;
}
.TagClassName
{
border-color: #5E4143;
}
</style>