Shades of Emperor #5C4447
Tints of Emperor #5C4447
RGB
CMYK
RGB Variations
Color information
#5C4447 (or 0x5C4447) is known color: Emperor. HEX triplet: 5C, 44 and 47. RGB value is (92,68,71). Sum of RGB (Red+Green+Blue) = 92+68+71=231 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.83% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4447 is #A3BBB8. Grayscale: #4B4B4B. Windows color (decimal): -10730425 or 4670556. OLE color: 4670556.
HSL color Cylindrical-coordinate representation of color #5C4447: hue angle of 352.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5C4447 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 68 | 71 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.64 |
| HSL | 352.5º | 0.15% | 0.31% | - |
| HSV(B) | 352.5º | 0.26% | 0.36% | - |
| XYZ | 7.62 | 6.86 | 6.88 | - |
| YUV | 75.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 68 | 71 | 0 | 0.26 | 0.23 | 0.64 | 352.5 | 0.15 | 0.31 |
| Hex | 5C | 44 | 47 | 0 | 1A | 17 | 40 | 160 | F | 1F |
| Octal | 134 | 104 | 107 | 0 | 32 | 27 | 100 | 540 | 17 | 37 |
| Binary | 1011100 | 1000100 | 1000111 | 0 | 11010 | 10111 | 1000000 | 101100000 | 1111 | 11111 |
Color Harmonies of #5C4447
Complementary color
Monochromatic Colors of #5C4447
Black with #5C4447
Text Example
Text Example
White with #5C4447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4447; }
p { color: rgb(92,68,71); }
H1.HeaderClassName
{
color: #5C4447;
}
.AnyTagClassName
{
color: #5C4447;
}
</style>
background-color css
<style>
a { background-color: #5C4447; }
a { background-color: rgb(92,68,71); }
div.DivClassName
{
background-color: #5C4447;
}
.BgClassName
{
background-color: #5C4447;
}
</style>
border-color css
<style>
span { border-color: #5C4447; }
span { border-color: rgb(92,68,71); }
td.TdClassName
{
border-color: #5C4447;
}
.TagClassName
{
border-color: #5C4447;
}
</style>