#544749

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

Shades of Emperor #544749

Tints of Emperor #544749

Color information

#544749 (or 0x544749) is unknown color: approx Emperor. HEX triplet: 54, 47 and 49. RGB value is (84,71,73). Sum of RGB (Red+Green+Blue) = 84+71+73=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 84 - color contains mainly: red. Hex color #544749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544749 is #ABB8B6. Grayscale: #4B4B4B. Windows color (decimal): -11253943 or 4802388. OLE color: 4802388.

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

Color convert

RGB847173-
CMYK00.150.130.67
HSL350.77º8.39%30.39%-
HSV(B)350.77º15.48%32.94%-
XYZ7.116.877.25-
YUV75.12126.81134.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.84%
GREEN value IS 71 (28.12% from 255) = 31.14%
BLUE value IS 73 (28.91% from 255) = 32.02%
R=36.84%
G=31.14%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84717300.150.130.67350.778.3930.39
Hex5447490FD4315f81e
Octal124107111017151035371036
Binary1010100100011110010010111111011000011101011111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544749; }

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

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

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

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

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

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

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

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