#554D48

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

Shades of Cork #554D48

Tints of Cork #554D48

Color information

#554D48 (or 0x554D48) is unknown color: approx Cork. HEX triplet: 55, 4D and 48. RGB value is (85,77,72). Sum of RGB (Red+Green+Blue) = 85+77+72=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 85 - color contains mainly: red. Hex color #554D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D48 is #AAB2B7. Grayscale: #4E4E4E. Windows color (decimal): -11186872 or 4738389. OLE color: 4738389.

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

Color convert

RGB857772-
CMYK00.090.150.67
HSL23.08º8.28%30.78%-
HSV(B)23.08º15.29%33.33%-
XYZ7.577.717.22-
YUV78.82124.15132.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.32%
GREEN value IS 77 (30.47% from 255) = 32.91%
BLUE value IS 72 (28.52% from 255) = 30.77%
R=36.32%
G=32.91%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85777200.090.150.6723.088.2830.78
Hex554D4809F431781f
Octal12511511001117103271037
Binary101010110011011001000010011111100001110111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,77,72); }

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

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

 a { background-color: rgb(85,77,72); }

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

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

 span { border-color: rgb(85,77,72); }

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