#544246

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

Shades of Emperor #544246

Tints of Emperor #544246

Color information

#544246 (or 0x544246) is unknown color: approx Emperor. HEX triplet: 54, 42 and 46. RGB value is (84,66,70). Sum of RGB (Red+Green+Blue) = 84+66+70=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 84 - color contains mainly: red. Hex color #544246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544246 is #ABBDB9. Grayscale: #474747. Windows color (decimal): -11255226 or 4604500. OLE color: 4604500.

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

Color convert

RGB846670-
CMYK00.210.170.67
HSL346.67º12%29.41%-
HSV(B)346.67º21.43%32.94%-
XYZ6.716.226.64-
YUV71.84126.96136.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.18%
GREEN value IS 66 (26.17% from 255) = 30%
BLUE value IS 70 (27.73% from 255) = 31.82%
R=38.18%
G=30%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84667000.210.170.67346.671229.41
Hex544246015114315bc1d
Octal124102106025211035331435
Binary101010010000101000110010101100011000011101011011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544246; }

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

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

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

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

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

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

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

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