#554740

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

Shades of Cork #554740

Tints of Cork #554740

Color information

#554740 (or 0x554740) is unknown color: approx Cork. HEX triplet: 55, 47 and 40. RGB value is (85,71,64). Sum of RGB (Red+Green+Blue) = 85+71+64=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 85 - color contains mainly: red. Hex color #554740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554740 is #AAB8BF. Grayscale: #4A4A4A. Windows color (decimal): -11188416 or 4212565. OLE color: 4212565.

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

Color convert

RGB857164-
CMYK00.160.250.67
HSL20º14.09%29.22%-
HSV(B)20º24.71%33.33%-
XYZ6.926.815.8-
YUV74.39122.14135.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.64%
GREEN value IS 71 (28.12% from 255) = 32.27%
BLUE value IS 64 (25.39% from 255) = 29.09%
R=38.64%
G=32.27%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85716400.160.250.672014.0929.22
Hex554740010194314e1d
Octal12510710002031103241635
Binary10101011000111100000001000011001100001110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554740; }

 p { color: rgb(85,71,64); }

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

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

 a { background-color: rgb(85,71,64); }

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

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

 span { border-color: rgb(85,71,64); }

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