#554D3F

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

Shades of Mondo #554D3F

Tints of Mondo #554D3F

Color information

#554D3F (or 0x554D3F) is unknown color: approx Mondo. HEX triplet: 55, 4D and 3F. RGB value is (85,77,63). Sum of RGB (Red+Green+Blue) = 85+77+63=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 85 - color contains mainly: red. Hex color #554D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D3F is #AAB2C0. Grayscale: #4D4D4D. Windows color (decimal): -11186881 or 4148565. OLE color: 4148565.

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

Color convert

RGB857763-
CMYK00.090.260.67
HSL38.18º14.86%29.02%-
HSV(B)38.18º25.88%33.33%-
XYZ7.37.65.78-
YUV77.8119.65133.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.78%
GREEN value IS 77 (30.47% from 255) = 34.22%
BLUE value IS 63 (25% from 255) = 28%
R=37.78%
G=34.22%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85776300.090.260.6738.1814.8629.02
Hex554D3F091A4326f1d
Octal1251157701132103461735
Binary1010101100110111111101001110101000011100110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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