#554D3C

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

Shades of Mondo #554D3C

Tints of Mondo #554D3C

Color information

#554D3C (or 0x554D3C) is unknown color: approx Mondo. HEX triplet: 55, 4D and 3C. RGB value is (85,77,60). Sum of RGB (Red+Green+Blue) = 85+77+60=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 85 - color contains mainly: red. Hex color #554D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D3C is #AAB2C3. Grayscale: #4D4D4D. Windows color (decimal): -11186884 or 3951957. OLE color: 3951957.

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

Color convert

RGB857760-
CMYK00.090.290.67
HSL40.8º17.24%28.43%-
HSV(B)40.8º29.41%33.33%-
XYZ7.227.575.35-
YUV77.45118.15133.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.29%
GREEN value IS 77 (30.47% from 255) = 34.68%
BLUE value IS 60 (23.83% from 255) = 27.03%
R=38.29%
G=34.68%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85776000.090.290.6740.817.2428.43
Hex554D3C091D4329111c
Octal1251157401135103512134
Binary10101011001101111100010011110110000111010011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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