Shades of Emperor #5B4749
Tints of Emperor #5B4749
RGB
CMYK
RGB Variations
Color information
#5B4749 (or 0x5B4749) is known color: Emperor. HEX triplet: 5B, 47 and 49. RGB value is (91,71,73). Sum of RGB (Red+Green+Blue) = 91+71+73=235 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.72% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4749 is #A4B8B6. Grayscale: #4D4D4D. Windows color (decimal): -10795191 or 4802395. OLE color: 4802395.
HSL color Cylindrical-coordinate representation of color #5B4749: hue angle of 354º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5B4749 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 71 | 73 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.64 |
| HSL | 354º | 0.12% | 0.32% | - |
| HSV(B) | 354º | 0.22% | 0.36% | - |
| XYZ | 7.77 | 7.21 | 7.29 | - |
| YUV | 77.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 71 | 73 | 0 | 0.22 | 0.20 | 0.64 | 354 | 0.12 | 0.32 |
| Hex | 5B | 47 | 49 | 0 | 16 | 14 | 40 | 162 | C | 20 |
| Octal | 133 | 107 | 111 | 0 | 26 | 24 | 100 | 542 | 14 | 40 |
| Binary | 1011011 | 1000111 | 1001001 | 0 | 10110 | 10100 | 1000000 | 101100010 | 1100 | 100000 |
Color Harmonies of #5B4749
Complementary color
Monochromatic Colors of #5B4749
Black with #5B4749
Text Example
Text Example
White with #5B4749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4749; }
p { color: rgb(91,71,73); }
H1.HeaderClassName
{
color: #5B4749;
}
.AnyTagClassName
{
color: #5B4749;
}
</style>
background-color css
<style>
a { background-color: #5B4749; }
a { background-color: rgb(91,71,73); }
div.DivClassName
{
background-color: #5B4749;
}
.BgClassName
{
background-color: #5B4749;
}
</style>
border-color css
<style>
span { border-color: #5B4749; }
span { border-color: rgb(91,71,73); }
td.TdClassName
{
border-color: #5B4749;
}
.TagClassName
{
border-color: #5B4749;
}
</style>