Shades of Emperor #5C4347
Tints of Emperor #5C4347
RGB
CMYK
RGB Variations
Color information
#5C4347 (or 0x5C4347) is known color: Emperor. HEX triplet: 5C, 43 and 47. RGB value is (92,67,71). Sum of RGB (Red+Green+Blue) = 92+67+71=230 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4347 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4347 is #A3BCB8. Grayscale: #4A4A4A. Windows color (decimal): -10730681 or 4670300. OLE color: 4670300.
HSL color Cylindrical-coordinate representation of color #5C4347: hue angle of 350.4º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5C4347 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 67 | 71 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.64 |
| HSL | 350.4º | 0.16% | 0.31% | - |
| HSV(B) | 350.4º | 0.27% | 0.36% | - |
| XYZ | 7.56 | 6.74 | 6.86 | - |
| YUV | 74.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 67 | 71 | 0 | 0.27 | 0.23 | 0.64 | 350.4 | 0.16 | 0.31 |
| Hex | 5C | 43 | 47 | 0 | 1B | 17 | 40 | 15E | 10 | 1F |
| Octal | 134 | 103 | 107 | 0 | 33 | 27 | 100 | 536 | 20 | 37 |
| Binary | 1011100 | 1000011 | 1000111 | 0 | 11011 | 10111 | 1000000 | 101011110 | 10000 | 11111 |
Color Harmonies of #5C4347
Complementary color
Monochromatic Colors of #5C4347
Black with #5C4347
Text Example
Text Example
White with #5C4347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4347; }
p { color: rgb(92,67,71); }
H1.HeaderClassName
{
color: #5C4347;
}
.AnyTagClassName
{
color: #5C4347;
}
</style>
background-color css
<style>
a { background-color: #5C4347; }
a { background-color: rgb(92,67,71); }
div.DivClassName
{
background-color: #5C4347;
}
.BgClassName
{
background-color: #5C4347;
}
</style>
border-color css
<style>
span { border-color: #5C4347; }
span { border-color: rgb(92,67,71); }
td.TdClassName
{
border-color: #5C4347;
}
.TagClassName
{
border-color: #5C4347;
}
</style>