#544E49

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

Shades of Cork #544E49

Tints of Cork #544E49

Color information

#544E49 (or 0x544E49) is unknown color: approx Cork. HEX triplet: 54, 4E and 49. RGB value is (84,78,73). Sum of RGB (Red+Green+Blue) = 84+78+73=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 84 - color contains mainly: red. Hex color #544E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544E49 is #ABB1B6. Grayscale: #4F4F4F. Windows color (decimal): -11252151 or 4804180. OLE color: 4804180.

HSL color Cylindrical-coordinate representation of color #544E49: hue angle of 27.27º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #544E49 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB847873-
CMYK00.070.130.67
HSL27.27º7.01%30.78%-
HSV(B)27.27º13.1%32.94%-
XYZ7.587.817.41-
YUV79.22124.49131.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.74%
GREEN value IS 78 (30.86% from 255) = 33.19%
BLUE value IS 73 (28.91% from 255) = 31.06%
R=35.74%
G=33.19%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84787300.070.130.6727.277.0130.78
Hex544E4907D431b71f
Octal124116111071510333737
Binary1010100100111010010010111110110000111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544E49; }

 p { color: rgb(84,78,73); }

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

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

 a { background-color: rgb(84,78,73); }

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

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

 span { border-color: rgb(84,78,73); }

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