#554C42

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

Shades of Mondo #554C42

Tints of Mondo #554C42

Color information

#554C42 (or 0x554C42) is unknown color: approx Mondo. HEX triplet: 55, 4C and 42. RGB value is (85,76,66). Sum of RGB (Red+Green+Blue) = 85+76+66=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 66 (26.17% from 255 or 29.07% from 227); Max value from RGB is 85 - color contains mainly: red. Hex color #554C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C42 is #AAB3BD. Grayscale: #4D4D4D. Windows color (decimal): -11187134 or 4344917. OLE color: 4344917.

HSL color Cylindrical-coordinate representation of color #554C42: hue angle of 31.58º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #554C42 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB857666-
CMYK00.110.220.67
HSL31.58º12.58%29.61%-
HSV(B)31.58º22.35%33.33%-
XYZ7.317.496.22-
YUV77.55121.48133.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 76 (30.08% from 255) = 33.48%
BLUE value IS 66 (26.17% from 255) = 29.07%
R=37.44%
G=33.48%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85766600.110.220.6731.5812.5829.61
Hex554C420B164320d1e
Octal12511410201326103401536
Binary10101011001100100001001011101101000011100000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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