#544943

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

Shades of Cork #544943

Tints of Cork #544943

Color information

#544943 (or 0x544943) is unknown color: approx Cork. HEX triplet: 54, 49 and 43. RGB value is (84,73,67). Sum of RGB (Red+Green+Blue) = 84+73+67=224 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.5% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 67 (26.56% from 255 or 29.91% from 224); Max value from RGB is 84 - color contains mainly: red. Hex color #544943 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544943 is #ABB6BC. Grayscale: #4B4B4B. Windows color (decimal): -11253437 or 4409684. OLE color: 4409684.

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

Color convert

RGB847367-
CMYK00.130.200.67
HSL21.18º11.26%29.61%-
HSV(B)21.18º20.24%32.94%-
XYZ7.057.066.3-
YUV75.6123.14133.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.5%
GREEN value IS 73 (28.91% from 255) = 32.59%
BLUE value IS 67 (26.56% from 255) = 29.91%
R=37.5%
G=32.59%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84736700.130.200.6721.1811.2629.61
Hex5449430D144315b1e
Octal12411110301524103251336
Binary1010100100100110000110110110100100001110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544943; }

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

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

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

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

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

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

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

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