Shades of Emperor #5C4749
Tints of Emperor #5C4749
RGB
CMYK
RGB Variations
Color information
#5C4749 (or 0x5C4749) is known color: Emperor. HEX triplet: 5C, 47 and 49. RGB value is (92,71,73). Sum of RGB (Red+Green+Blue) = 92+71+73=236 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.98% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4749 is #A3B8B6. Grayscale: #4D4D4D. Windows color (decimal): -10729655 or 4802396. OLE color: 4802396.
HSL color Cylindrical-coordinate representation of color #5C4749: hue angle of 354.29º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5C4749 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 71 | 73 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.64 |
| HSL | 354.29º | 0.13% | 0.32% | - |
| HSV(B) | 354.29º | 0.23% | 0.36% | - |
| XYZ | 7.87 | 7.26 | 7.29 | - |
| YUV | 77.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 71 | 73 | 0 | 0.23 | 0.21 | 0.64 | 354.29 | 0.13 | 0.32 |
| Hex | 5C | 47 | 49 | 0 | 17 | 15 | 40 | 162 | D | 20 |
| Octal | 134 | 107 | 111 | 0 | 27 | 25 | 100 | 542 | 15 | 40 |
| Binary | 1011100 | 1000111 | 1001001 | 0 | 10111 | 10101 | 1000000 | 101100010 | 1101 | 100000 |
Color Harmonies of #5C4749
Complementary color
Monochromatic Colors of #5C4749
Black with #5C4749
Text Example
Text Example
White with #5C4749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4749; }
p { color: rgb(92,71,73); }
H1.HeaderClassName
{
color: #5C4749;
}
.AnyTagClassName
{
color: #5C4749;
}
</style>
background-color css
<style>
a { background-color: #5C4749; }
a { background-color: rgb(92,71,73); }
div.DivClassName
{
background-color: #5C4749;
}
.BgClassName
{
background-color: #5C4749;
}
</style>
border-color css
<style>
span { border-color: #5C4749; }
span { border-color: rgb(92,71,73); }
td.TdClassName
{
border-color: #5C4749;
}
.TagClassName
{
border-color: #5C4749;
}
</style>