Shades of Emperor #544445
Tints of Emperor #544445
RGB
CMYK
RGB Variations
Color information
#544445 (or 0x544445) is known color: Emperor. HEX triplet: 54, 44 and 45. RGB value is (84,68,69). Sum of RGB (Red+Green+Blue) = 84+68+69=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 84 - color contains mainly: red. Hex color #544445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544445 is #ABBBBA. Grayscale: #484848. Windows color (decimal): -11254715 or 4539476. OLE color: 4539476.
HSL color Cylindrical-coordinate representation of color #544445: hue angle of 356.25º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #544445 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 68 | 69 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.67 |
| HSL | 356.25º | 0.11% | 0.3% | - |
| HSV(B) | 356.25º | 0.19% | 0.33% | - |
| XYZ | 6.8 | 6.45 | 6.52 | - |
| YUV | 72.9 | 125.8 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 68 | 69 | 0 | 0.19 | 0.18 | 0.67 | 356.25 | 0.11 | 0.3 |
| Hex | 54 | 44 | 45 | 0 | 13 | 12 | 43 | 164 | B | 1E |
| Octal | 124 | 104 | 105 | 0 | 23 | 22 | 103 | 544 | 13 | 36 |
| Binary | 1010100 | 1000100 | 1000101 | 0 | 10011 | 10010 | 1000011 | 101100100 | 1011 | 11110 |
Color Harmonies of #544445
Complementary color
Monochromatic Colors of #544445
Black with #544445
Text Example
Text Example
White with #544445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544445; }
p { color: rgb(84,68,69); }
H1.HeaderClassName
{
color: #544445;
}
.AnyTagClassName
{
color: #544445;
}
</style>
background-color css
<style>
a { background-color: #544445; }
a { background-color: rgb(84,68,69); }
div.DivClassName
{
background-color: #544445;
}
.BgClassName
{
background-color: #544445;
}
</style>
border-color css
<style>
span { border-color: #544445; }
span { border-color: rgb(84,68,69); }
td.TdClassName
{
border-color: #544445;
}
.TagClassName
{
border-color: #544445;
}
</style>