#544A44

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

Shades of Cork #544A44

Tints of Cork #544A44

Color information

#544A44 (or 0x544A44) is unknown color: approx Cork. HEX triplet: 54, 4A and 44. RGB value is (84,74,68). Sum of RGB (Red+Green+Blue) = 84+74+68=226 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.17% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 68 (26.95% from 255 or 30.09% from 226); Max value from RGB is 84 - color contains mainly: red. Hex color #544A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A44 is #ABB5BB. Grayscale: #4C4C4C. Windows color (decimal): -11253180 or 4475476. OLE color: 4475476.

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

Color convert

RGB847468-
CMYK00.120.190.67
HSL22.5º10.53%29.8%-
HSV(B)22.5º19.05%32.94%-
XYZ7.157.26.48-
YUV76.31123.31133.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.17%
GREEN value IS 74 (29.30% from 255) = 32.74%
BLUE value IS 68 (26.95% from 255) = 30.09%
R=37.17%
G=32.74%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84746800.120.190.6722.510.5329.8
Hex544A440C134317b1e
Octal12411210401423103271336
Binary1010100100101010001000110010011100001110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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