#544247

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

Shades of Emperor #544247

Tints of Emperor #544247

Color information

#544247 (or 0x544247) is unknown color: approx Emperor. HEX triplet: 54, 42 and 47. RGB value is (84,66,71). Sum of RGB (Red+Green+Blue) = 84+66+71=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 84 - color contains mainly: red. Hex color #544247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544247 is #ABBDB8. Grayscale: #474747. Windows color (decimal): -11255225 or 4670036. OLE color: 4670036.

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

Color convert

RGB846671-
CMYK00.210.150.67
HSL343.33º12%29.41%-
HSV(B)343.33º21.43%32.94%-
XYZ6.746.246.81-
YUV71.95127.46136.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.01%
GREEN value IS 66 (26.17% from 255) = 29.86%
BLUE value IS 71 (28.12% from 255) = 32.13%
R=38.01%
G=29.86%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84667100.210.150.67343.331229.41
Hex544247015F43157c1d
Octal124102107025171035271435
Binary10101001000010100011101010111111000011101010111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544247; }

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

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

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

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

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

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

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

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