#554640

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

Shades of Cork #554640

Tints of Cork #554640

Color information

#554640 (or 0x554640) is unknown color: approx Cork. HEX triplet: 55, 46 and 40. RGB value is (85,70,64). Sum of RGB (Red+Green+Blue) = 85+70+64=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 85 - color contains mainly: red. Hex color #554640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554640 is #AAB9BF. Grayscale: #494949. Windows color (decimal): -11188672 or 4212309. OLE color: 4212309.

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

Color convert

RGB857064-
CMYK00.180.250.67
HSL17.14º14.09%29.22%-
HSV(B)17.14º24.71%33.33%-
XYZ6.866.685.78-
YUV73.8122.47135.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.81%
GREEN value IS 70 (27.73% from 255) = 31.96%
BLUE value IS 64 (25.39% from 255) = 29.22%
R=38.81%
G=31.96%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85706400.180.250.6717.1414.0929.22
Hex554640012194311e1d
Octal12510610002231103211635
Binary10101011000110100000001001011001100001110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554640; }

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

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

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

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

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

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

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

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