#543F43

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

Shades of Emperor #543F43

Tints of Emperor #543F43

Color information

#543F43 (or 0x543F43) is unknown color: approx Emperor. HEX triplet: 54, 3F and 43. RGB value is (84,63,67). Sum of RGB (Red+Green+Blue) = 84+63+67=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 67 (26.56% from 255 or 31.31% from 214); Max value from RGB is 84 - color contains mainly: red. Hex color #543F43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #543F43 is #ABC0BC. Grayscale: #454545. Windows color (decimal): -11255997 or 4407124. OLE color: 4407124.

HSL color Cylindrical-coordinate representation of color #543F43: hue angle of 348.57º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #543F43 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB846367-
CMYK00.250.200.67
HSL348.57º14.29%28.82%-
HSV(B)348.57º25%32.94%-
XYZ6.455.856.1-
YUV69.74126.46138.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.25%
GREEN value IS 63 (25% from 255) = 29.44%
BLUE value IS 67 (26.56% from 255) = 31.31%
R=39.25%
G=29.44%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84636700.250.200.67348.5714.2928.82
Hex543F43019144315de1d
Octal12477103031241035351635
Binary10101001111111000011011001101001000011101011101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543F43; }

 p { color: rgb(84,63,67); }

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

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

 a { background-color: rgb(84,63,67); }

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

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

 span { border-color: rgb(84,63,67); }

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