#544941

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

Shades of Cork #544941

Tints of Cork #544941

Color information

#544941 (or 0x544941) is unknown color: approx Cork. HEX triplet: 54, 49 and 41. RGB value is (84,73,65). Sum of RGB (Red+Green+Blue) = 84+73+65=222 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.84% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 84 - color contains mainly: red. Hex color #544941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544941 is #ABB6BE. Grayscale: #4B4B4B. Windows color (decimal): -11253439 or 4278612. OLE color: 4278612.

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

Color convert

RGB847365-
CMYK00.130.230.67
HSL25.26º12.75%29.22%-
HSV(B)25.26º22.62%32.94%-
XYZ6.997.035.99-
YUV75.38122.14134.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.84%
GREEN value IS 73 (28.91% from 255) = 32.88%
BLUE value IS 65 (25.78% from 255) = 29.28%
R=37.84%
G=32.88%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84736500.130.230.6725.2612.7529.22
Hex5449410D174319d1d
Octal12411110101527103311535
Binary1010100100100110000010110110111100001111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544941; }

 p { color: rgb(84,73,65); }

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

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

 a { background-color: rgb(84,73,65); }

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

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

 span { border-color: rgb(84,73,65); }

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