#554D3E

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

Shades of Mondo #554D3E

Tints of Mondo #554D3E

Color information

#554D3E (or 0x554D3E) is unknown color: approx Mondo. HEX triplet: 55, 4D and 3E. RGB value is (85,77,62). Sum of RGB (Red+Green+Blue) = 85+77+62=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 85 - color contains mainly: red. Hex color #554D3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D3E is #AAB2C1. Grayscale: #4D4D4D. Windows color (decimal): -11186882 or 4083029. OLE color: 4083029.

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

Color convert

RGB857762-
CMYK00.090.270.67
HSL39.13º15.65%28.82%-
HSV(B)39.13º27.06%33.33%-
XYZ7.277.595.64-
YUV77.68119.15133.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.95%
GREEN value IS 77 (30.47% from 255) = 34.38%
BLUE value IS 62 (24.61% from 255) = 27.68%
R=37.95%
G=34.38%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85776200.090.270.6739.1315.6528.82
Hex554D3E091B4327101d
Octal1251157601133103472035
Binary10101011001101111110010011101110000111001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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