#554C3E

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

Shades of Mondo #554C3E

Tints of Mondo #554C3E

Color information

#554C3E (or 0x554C3E) is unknown color: approx Mondo. HEX triplet: 55, 4C and 3E. RGB value is (85,76,62). Sum of RGB (Red+Green+Blue) = 85+76+62=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 62 (24.61% from 255 or 27.80% from 223); Max value from RGB is 85 - color contains mainly: red. Hex color #554C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C3E is #AAB3C1. Grayscale: #4D4D4D. Windows color (decimal): -11187138 or 4082773. OLE color: 4082773.

HSL color Cylindrical-coordinate representation of color #554C3E: hue angle of 36.52º 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 #554C3E is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB857662-
CMYK00.110.270.67
HSL36.52º15.65%28.82%-
HSV(B)36.52º27.06%33.33%-
XYZ7.27.455.62-
YUV77.09119.48133.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.12%
GREEN value IS 76 (30.08% from 255) = 34.08%
BLUE value IS 62 (24.61% from 255) = 27.80%
R=38.12%
G=34.08%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85766200.110.270.6736.5215.6528.82
Hex554C3E0B1B4325101d
Octal1251147601333103452035
Binary10101011001100111110010111101110000111001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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