#554D3D

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

Shades of Mondo #554D3D

Tints of Mondo #554D3D

Color information

#554D3D (or 0x554D3D) is unknown color: approx Mondo. HEX triplet: 55, 4D and 3D. RGB value is (85,77,61). Sum of RGB (Red+Green+Blue) = 85+77+61=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 85 - color contains mainly: red. Hex color #554D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D3D is #AAB2C2. Grayscale: #4D4D4D. Windows color (decimal): -11186883 or 4017493. OLE color: 4017493.

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

Color convert

RGB857761-
CMYK00.090.280.67
HSL40º16.44%28.63%-
HSV(B)40º28.24%33.33%-
XYZ7.247.585.5-
YUV77.57118.65133.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.12%
GREEN value IS 77 (30.47% from 255) = 34.53%
BLUE value IS 61 (24.22% from 255) = 27.35%
R=38.12%
G=34.53%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85776100.090.280.674016.4428.63
Hex554D3D091C4328101d
Octal1251157501134103502035
Binary10101011001101111101010011110010000111010001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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