#544640

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

Shades of Cork #544640

Tints of Cork #544640

Color information

#544640 (or 0x544640) is unknown color: approx Cork. HEX triplet: 54, 46 and 40. RGB value is (84,70,64). Sum of RGB (Red+Green+Blue) = 84+70+64=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 84 - color contains mainly: red. Hex color #544640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544640 is #ABB9BF. Grayscale: #494949. Windows color (decimal): -11254208 or 4212308. OLE color: 4212308.

HSL color Cylindrical-coordinate representation of color #544640: hue angle of 18º 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 #544640 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB847064-
CMYK00.170.240.67
HSL18º13.51%29.02%-
HSV(B)18º23.81%32.94%-
XYZ6.776.645.77-
YUV73.5122.64135.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.53%
GREEN value IS 70 (27.73% from 255) = 32.11%
BLUE value IS 64 (25.39% from 255) = 29.36%
R=38.53%
G=32.11%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84706400.170.240.671813.5129.02
Hex544640011184312e1d
Octal12410610002130103221635
Binary10101001000110100000001000111000100001110010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544640; }

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

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

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

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

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

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

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

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