#544548

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

Shades of Emperor #544548

Tints of Emperor #544548

Color information

#544548 (or 0x544548) is unknown color: approx Emperor. HEX triplet: 54, 45 and 48. RGB value is (84,69,72). Sum of RGB (Red+Green+Blue) = 84+69+72=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 84 - color contains mainly: red. Hex color #544548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544548 is #ABBAB7. Grayscale: #494949. Windows color (decimal): -11254456 or 4736340. OLE color: 4736340.

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

Color convert

RGB846972-
CMYK00.180.140.67
HSL348º9.8%30%-
HSV(B)348º17.86%32.94%-
XYZ6.956.617.04-
YUV73.83126.97135.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.33%
GREEN value IS 69 (27.34% from 255) = 30.67%
BLUE value IS 72 (28.52% from 255) = 32%
R=37.33%
G=30.67%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84697200.180.140.673489.830
Hex544548012E4315ca1e
Octal124105110022161035341236
Binary10101001000101100100001001011101000011101011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544548; }

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

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

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

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

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

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

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

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