#554E43

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

Shades of Mondo #554E43

Tints of Mondo #554E43

Color information

#554E43 (or 0x554E43) is unknown color: approx Mondo. HEX triplet: 55, 4E and 43. RGB value is (85,78,67). Sum of RGB (Red+Green+Blue) = 85+78+67=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 67 (26.56% from 255 or 29.13% from 230); Max value from RGB is 85 - color contains mainly: red. Hex color #554E43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E43 is #AAB1BC. Grayscale: #4E4E4E. Windows color (decimal): -11186621 or 4410965. OLE color: 4410965.

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

Color convert

RGB857867-
CMYK00.080.210.67
HSL36.67º11.84%29.8%-
HSV(B)36.67º21.18%33.33%-
XYZ7.487.796.42-
YUV78.84121.32132.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.96%
GREEN value IS 78 (30.86% from 255) = 33.91%
BLUE value IS 67 (26.56% from 255) = 29.13%
R=36.96%
G=33.91%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85786700.080.210.6736.6711.8429.8
Hex554E4308154325c1e
Octal12511610301025103451436
Binary10101011001110100001101000101011000011100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,78,67); }

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

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

 a { background-color: rgb(85,78,67); }

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

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

 span { border-color: rgb(85,78,67); }

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