#544A42

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

Shades of Cork #544A42

Tints of Cork #544A42

Color information

#544A42 (or 0x544A42) is unknown color: approx Cork. HEX triplet: 54, 4A and 42. RGB value is (84,74,66). Sum of RGB (Red+Green+Blue) = 84+74+66=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 66 (26.17% from 255 or 29.46% from 224); Max value from RGB is 84 - color contains mainly: red. Hex color #544A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A42 is #ABB5BD. Grayscale: #4C4C4C. Windows color (decimal): -11253182 or 4344404. OLE color: 4344404.

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

Color convert

RGB847466-
CMYK00.120.210.67
HSL26.67º12%29.41%-
HSV(B)26.67º21.43%32.94%-
XYZ7.097.186.17-
YUV76.08122.31133.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.5%
GREEN value IS 74 (29.30% from 255) = 33.04%
BLUE value IS 66 (26.17% from 255) = 29.46%
R=37.5%
G=33.04%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84746600.120.210.6726.671229.41
Hex544A420C15431bc1d
Octal12411210201425103331435
Binary1010100100101010000100110010101100001111011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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