#544740

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

Shades of Cork #544740

Tints of Cork #544740

Color information

#544740 (or 0x544740) is unknown color: approx Cork. HEX triplet: 54, 47 and 40. RGB value is (84,71,64). Sum of RGB (Red+Green+Blue) = 84+71+64=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 84 - color contains mainly: red. Hex color #544740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544740 is #ABB8BF. Grayscale: #4A4A4A. Windows color (decimal): -11253952 or 4212564. OLE color: 4212564.

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

Color convert

RGB847164-
CMYK00.150.240.67
HSL21º13.51%29.02%-
HSV(B)21º23.81%32.94%-
XYZ6.836.765.8-
YUV74.09122.31135.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.36%
GREEN value IS 71 (28.12% from 255) = 32.42%
BLUE value IS 64 (25.39% from 255) = 29.22%
R=38.36%
G=32.42%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84716400.150.240.672113.5129.02
Hex5447400F184315e1d
Octal12410710001730103251635
Binary1010100100011110000000111111000100001110101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544740; }

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

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

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

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

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

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

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

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