Shades of Emperor #5D4546
Tints of Emperor #5D4546
RGB
CMYK
RGB Variations
Color information
#5D4546 (or 0x5D4546) is known color: Emperor. HEX triplet: 5D, 45 and 46. RGB value is (93,69,70). Sum of RGB (Red+Green+Blue) = 93+69+70=232 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.09% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4546 is #A2BAB9. Grayscale: #4C4C4C. Windows color (decimal): -10664634 or 4605277. OLE color: 4605277.
HSL color Cylindrical-coordinate representation of color #5D4546: hue angle of 357.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5D4546 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 69 | 70 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.64 |
| HSL | 357.5º | 0.15% | 0.32% | - |
| HSV(B) | 357.5º | 0.26% | 0.36% | - |
| XYZ | 7.75 | 7.03 | 6.74 | - |
| YUV | 76.29 | 124.45 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 69 | 70 | 0 | 0.26 | 0.25 | 0.64 | 357.5 | 0.15 | 0.32 |
| Hex | 5D | 45 | 46 | 0 | 1A | 19 | 40 | 166 | F | 20 |
| Octal | 135 | 105 | 106 | 0 | 32 | 31 | 100 | 546 | 17 | 40 |
| Binary | 1011101 | 1000101 | 1000110 | 0 | 11010 | 11001 | 1000000 | 101100110 | 1111 | 100000 |
Color Harmonies of #5D4546
Complementary color
Monochromatic Colors of #5D4546
Black with #5D4546
Text Example
Text Example
White with #5D4546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4546; }
p { color: rgb(93,69,70); }
H1.HeaderClassName
{
color: #5D4546;
}
.AnyTagClassName
{
color: #5D4546;
}
</style>
background-color css
<style>
a { background-color: #5D4546; }
a { background-color: rgb(93,69,70); }
div.DivClassName
{
background-color: #5D4546;
}
.BgClassName
{
background-color: #5D4546;
}
</style>
border-color css
<style>
span { border-color: #5D4546; }
span { border-color: rgb(93,69,70); }
td.TdClassName
{
border-color: #5D4546;
}
.TagClassName
{
border-color: #5D4546;
}
</style>