#544245

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

Shades of Emperor #544245

Tints of Emperor #544245

Color information

#544245 (or 0x544245) is unknown color: approx Emperor. HEX triplet: 54, 42 and 45. RGB value is (84,66,69). Sum of RGB (Red+Green+Blue) = 84+66+69=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 84 - color contains mainly: red. Hex color #544245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544245 is #ABBDBA. Grayscale: #474747. Windows color (decimal): -11255227 or 4538964. OLE color: 4538964.

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

Color convert

RGB846669-
CMYK00.210.180.67
HSL350º12%29.41%-
HSV(B)350º21.43%32.94%-
XYZ6.686.216.48-
YUV71.72126.46136.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.36%
GREEN value IS 66 (26.17% from 255) = 30.14%
BLUE value IS 69 (27.34% from 255) = 31.51%
R=38.36%
G=30.14%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84666900.210.180.673501229.41
Hex544245015124315ec1d
Octal124102105025221035361435
Binary101010010000101000101010101100101000011101011110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544245; }

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

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

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

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

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

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

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

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