#554D40

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

Shades of Mondo #554D40

Tints of Mondo #554D40

Color information

#554D40 (or 0x554D40) is unknown color: approx Mondo. HEX triplet: 55, 4D and 40. RGB value is (85,77,64). Sum of RGB (Red+Green+Blue) = 85+77+64=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 85 - color contains mainly: red. Hex color #554D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D40 is #AAB2BF. Grayscale: #4D4D4D. Windows color (decimal): -11186880 or 4214101. OLE color: 4214101.

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

Color convert

RGB857764-
CMYK00.090.250.67
HSL37.14º14.09%29.22%-
HSV(B)37.14º24.71%33.33%-
XYZ7.337.615.93-
YUV77.91120.15133.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.61%
GREEN value IS 77 (30.47% from 255) = 34.07%
BLUE value IS 64 (25.39% from 255) = 28.32%
R=37.61%
G=34.07%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85776400.090.250.6737.1414.0929.22
Hex554D4009194325e1d
Octal12511510001131103451635
Binary10101011001101100000001001110011000011100101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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