#544344

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

Shades of Emperor #544344

Tints of Emperor #544344

Color information

#544344 (or 0x544344) is unknown color: approx Emperor. HEX triplet: 54, 43 and 44. RGB value is (84,67,68). Sum of RGB (Red+Green+Blue) = 84+67+68=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 84 - color contains mainly: red. Hex color #544344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544344 is #ABBCBB. Grayscale: #484848. Windows color (decimal): -11254972 or 4473684. OLE color: 4473684.

HSL color Cylindrical-coordinate representation of color #544344: hue angle of 356.47º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #544344 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB846768-
CMYK00.200.190.67
HSL356.47º11.26%29.61%-
HSV(B)356.47º20.24%32.94%-
XYZ6.716.326.33-
YUV72.2125.63136.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.36%
GREEN value IS 67 (26.56% from 255) = 30.59%
BLUE value IS 68 (26.95% from 255) = 31.05%
R=38.36%
G=30.59%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84676800.200.190.67356.4711.2629.61
Hex5443440141343164b1e
Octal124103104024231035441336
Binary101010010000111000100010100100111000011101100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544344; }

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

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

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

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

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

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

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

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