#544849

Color #544849 Emperor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emperor #544849

Tints of Emperor #544849

Color information

#544849 (or 0x544849) is unknown color: approx Emperor. HEX triplet: 54, 48 and 49. RGB value is (84,72,73). Sum of RGB (Red+Green+Blue) = 84+72+73=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 84 - color contains mainly: red. Hex color #544849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544849 is #ABB7B6. Grayscale: #4B4B4B. Windows color (decimal): -11253687 or 4802644. OLE color: 4802644.

HSL color Cylindrical-coordinate representation of color #544849: hue angle of 355º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #544849 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB847273-
CMYK00.140.130.67
HSL355º7.69%30.59%-
HSV(B)355º14.29%32.94%-
XYZ7.1877.28-
YUV75.7126.48133.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 36.68%
GREEN value IS 72 (28.52% from 255) = 31.44%
BLUE value IS 73 (28.91% from 255) = 31.88%
R=36.68%
G=31.44%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84727300.140.130.673557.6930.59
Hex5448490ED4316381f
Octal124110111016151035431037
Binary1010100100100010010010111011011000011101100011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544849; }

 p { color: rgb(84,72,73); }

 H1.HeaderClassName
 {
   color: #544849;
 }
 .AnyTagClassName
 {
   color: #544849;
 }
</style>
background-color css

<style>
 a { background-color: #544849; }

 a { background-color: rgb(84,72,73); }

 div.DivClassName
 {
   background-color: #544849;
 }
 .BgClassName
 {
   background-color: #544849;
 }
</style>
border-color css

<style>
 span { border-color: #544849; }

 span { border-color: rgb(84,72,73); }

 td.TdClassName
 {
   border-color: #544849;
 }
 .TagClassName
 {
   border-color: #544849;
 }
</style>