#544C46

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

Shades of Cork #544C46

Tints of Cork #544C46

Color information

#544C46 (or 0x544C46) is unknown color: approx Cork. HEX triplet: 54, 4C and 46. RGB value is (84,76,70). Sum of RGB (Red+Green+Blue) = 84+76+70=230 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.52% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 84 - color contains mainly: red. Hex color #544C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544C46 is #ABB3B9. Grayscale: #4D4D4D. Windows color (decimal): -11252666 or 4607060. OLE color: 4607060.

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

Color convert

RGB847670-
CMYK00.100.170.67
HSL25.71º9.09%30.2%-
HSV(B)25.71º16.67%32.94%-
XYZ7.357.56.85-
YUV77.71123.65132.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.52%
GREEN value IS 76 (30.08% from 255) = 33.04%
BLUE value IS 70 (27.73% from 255) = 30.43%
R=36.52%
G=33.04%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84767000.100.170.6725.719.0930.2
Hex544C460A11431a91e
Octal12411410601221103321136
Binary1010100100110010001100101010001100001111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,76,70); }

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

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

 a { background-color: rgb(84,76,70); }

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

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

 span { border-color: rgb(84,76,70); }

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