#544E4A

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

Shades of Cork #544E4A

Tints of Cork #544E4A

Color information

#544E4A (or 0x544E4A) is unknown color: approx Cork. HEX triplet: 54, 4E and 4A. RGB value is (84,78,74). Sum of RGB (Red+Green+Blue) = 84+78+74=236 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.59% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 84 - color contains mainly: red. Hex color #544E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544E4A is #ABB1B5. Grayscale: #4F4F4F. Windows color (decimal): -11252150 or 4869716. OLE color: 4869716.

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

Color convert

RGB847874-
CMYK00.070.120.67
HSL24º6.33%30.98%-
HSV(B)24º11.9%32.94%-
XYZ7.627.837.59-
YUV79.34124.99131.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.59%
GREEN value IS 78 (30.86% from 255) = 33.05%
BLUE value IS 74 (29.30% from 255) = 31.36%
R=35.59%
G=33.05%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84787400.070.120.67246.3330.98
Hex544E4A07C431861f
Octal124116112071410330637
Binary1010100100111010010100111110010000111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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