#544448

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

Shades of Emperor #544448

Tints of Emperor #544448

Color information

#544448 (or 0x544448) is unknown color: approx Emperor. HEX triplet: 54, 44 and 48. RGB value is (84,68,72). Sum of RGB (Red+Green+Blue) = 84+68+72=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 84 - color contains mainly: red. Hex color #544448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544448 is #ABBBB7. Grayscale: #494949. Windows color (decimal): -11254712 or 4736084. OLE color: 4736084.

HSL color Cylindrical-coordinate representation of color #544448: hue angle of 345º 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 #544448 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB846872-
CMYK00.190.140.67
HSL345º10.53%29.8%-
HSV(B)345º19.05%32.94%-
XYZ6.896.497.02-
YUV73.24127.3135.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.5%
GREEN value IS 68 (26.95% from 255) = 30.36%
BLUE value IS 72 (28.52% from 255) = 32.14%
R=37.5%
G=30.36%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84687200.190.140.6734510.5329.8
Hex544448013E43159b1e
Octal124104110023161035311336
Binary10101001000100100100001001111101000011101011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544448; }

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

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

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

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

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

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

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

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