Shades of Emperor #5A4146
Tints of Emperor #5A4146
RGB
CMYK
RGB Variations
Color information
#5A4146 (or 0x5A4146) is known color: Emperor. HEX triplet: 5A, 41 and 46. RGB value is (90,65,70). Sum of RGB (Red+Green+Blue) = 90+65+70=225 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4146 is #A5BEB9. Grayscale: #494949. Windows color (decimal): -10862266 or 4604250. OLE color: 4604250.
HSL color Cylindrical-coordinate representation of color #5A4146: hue angle of 348º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A4146 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 65 | 70 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.65 |
| HSL | 348º | 0.16% | 0.3% | - |
| HSV(B) | 348º | 0.28% | 0.35% | - |
| XYZ | 7.21 | 6.4 | 6.65 | - |
| YUV | 73.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 65 | 70 | 0 | 0.28 | 0.22 | 0.65 | 348 | 0.16 | 0.3 |
| Hex | 5A | 41 | 46 | 0 | 1C | 16 | 41 | 15C | 10 | 1E |
| Octal | 132 | 101 | 106 | 0 | 34 | 26 | 101 | 534 | 20 | 36 |
| Binary | 1011010 | 1000001 | 1000110 | 0 | 11100 | 10110 | 1000001 | 101011100 | 10000 | 11110 |
Color Harmonies of #5A4146
Complementary color
Monochromatic Colors of #5A4146
Black with #5A4146
Text Example
Text Example
White with #5A4146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4146; }
p { color: rgb(90,65,70); }
H1.HeaderClassName
{
color: #5A4146;
}
.AnyTagClassName
{
color: #5A4146;
}
</style>
background-color css
<style>
a { background-color: #5A4146; }
a { background-color: rgb(90,65,70); }
div.DivClassName
{
background-color: #5A4146;
}
.BgClassName
{
background-color: #5A4146;
}
</style>
border-color css
<style>
span { border-color: #5A4146; }
span { border-color: rgb(90,65,70); }
td.TdClassName
{
border-color: #5A4146;
}
.TagClassName
{
border-color: #5A4146;
}
</style>