#554E49

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

Shades of Cork #554E49

Tints of Cork #554E49

Color information

#554E49 (or 0x554E49) is unknown color: approx Cork. HEX triplet: 55, 4E and 49. RGB value is (85,78,73). Sum of RGB (Red+Green+Blue) = 85+78+73=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 85 - color contains mainly: red. Hex color #554E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E49 is #AAB1B6. Grayscale: #4F4F4F. Windows color (decimal): -11186615 or 4804181. OLE color: 4804181.

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

Color convert

RGB857873-
CMYK00.080.140.67
HSL25º7.59%30.98%-
HSV(B)25º14.12%33.33%-
XYZ7.677.867.42-
YUV79.52124.32131.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.02%
GREEN value IS 78 (30.86% from 255) = 33.05%
BLUE value IS 73 (28.91% from 255) = 30.93%
R=36.02%
G=33.05%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85787300.080.140.67257.5930.98
Hex554E4908E431981f
Octal12511611101016103311037
Binary101010110011101001001010001110100001111001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554E49; }

 p { color: rgb(85,78,73); }

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

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

 a { background-color: rgb(85,78,73); }

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

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

 span { border-color: rgb(85,78,73); }

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