#544841

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

Shades of Cork #544841

Tints of Cork #544841

Color information

#544841 (or 0x544841) is unknown color: approx Cork. HEX triplet: 54, 48 and 41. RGB value is (84,72,65). Sum of RGB (Red+Green+Blue) = 84+72+65=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 84 - color contains mainly: red. Hex color #544841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544841 is #ABB7BE. Grayscale: #4A4A4A. Windows color (decimal): -11253695 or 4278356. OLE color: 4278356.

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

Color convert

RGB847265-
CMYK00.140.230.67
HSL22.11º12.75%29.22%-
HSV(B)22.11º22.62%32.94%-
XYZ6.936.95.97-
YUV74.79122.48134.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.01%
GREEN value IS 72 (28.52% from 255) = 32.58%
BLUE value IS 65 (25.78% from 255) = 29.41%
R=38.01%
G=32.58%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84726500.140.230.6722.1112.7529.22
Hex5448410E174316d1d
Octal12411010101627103261535
Binary1010100100100010000010111010111100001110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544841; }

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

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

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

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

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

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

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

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