Shades of Emperor #5C4649
Tints of Emperor #5C4649
RGB
CMYK
RGB Variations
Color information
#5C4649 (or 0x5C4649) is known color: Emperor. HEX triplet: 5C, 46 and 49. RGB value is (92,70,73). Sum of RGB (Red+Green+Blue) = 92+70+73=235 (31% of max value = 765). Red value is 92 (36.33% from 255 or 39.15% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4649 is #A3B9B6. Grayscale: #4C4C4C. Windows color (decimal): -10729911 or 4802140. OLE color: 4802140.
HSL color Cylindrical-coordinate representation of color #5C4649: hue angle of 351.82º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5C4649 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 70 | 73 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.64 |
| HSL | 351.82º | 0.14% | 0.32% | - |
| HSV(B) | 351.82º | 0.24% | 0.36% | - |
| XYZ | 7.81 | 7.14 | 7.27 | - |
| YUV | 76.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 70 | 73 | 0 | 0.24 | 0.21 | 0.64 | 351.82 | 0.14 | 0.32 |
| Hex | 5C | 46 | 49 | 0 | 18 | 15 | 40 | 160 | E | 20 |
| Octal | 134 | 106 | 111 | 0 | 30 | 25 | 100 | 540 | 16 | 40 |
| Binary | 1011100 | 1000110 | 1001001 | 0 | 11000 | 10101 | 1000000 | 101100000 | 1110 | 100000 |
Color Harmonies of #5C4649
Complementary color
Monochromatic Colors of #5C4649
Black with #5C4649
Text Example
Text Example
White with #5C4649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4649; }
p { color: rgb(92,70,73); }
H1.HeaderClassName
{
color: #5C4649;
}
.AnyTagClassName
{
color: #5C4649;
}
</style>
background-color css
<style>
a { background-color: #5C4649; }
a { background-color: rgb(92,70,73); }
div.DivClassName
{
background-color: #5C4649;
}
.BgClassName
{
background-color: #5C4649;
}
</style>
border-color css
<style>
span { border-color: #5C4649; }
span { border-color: rgb(92,70,73); }
td.TdClassName
{
border-color: #5C4649;
}
.TagClassName
{
border-color: #5C4649;
}
</style>