#554E3F

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

Shades of Mondo #554E3F

Tints of Mondo #554E3F

Color information

#554E3F (or 0x554E3F) is unknown color: approx Mondo. HEX triplet: 55, 4E and 3F. RGB value is (85,78,63). Sum of RGB (Red+Green+Blue) = 85+78+63=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 85 - color contains mainly: red. Hex color #554E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554E3F is #AAB1C0. Grayscale: #4E4E4E. Windows color (decimal): -11186625 or 4148821. OLE color: 4148821.

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

Color convert

RGB857863-
CMYK00.080.260.67
HSL40.91º14.86%29.02%-
HSV(B)40.91º25.88%33.33%-
XYZ7.377.745.81-
YUV78.38119.32132.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.61%
GREEN value IS 78 (30.86% from 255) = 34.51%
BLUE value IS 63 (25% from 255) = 27.88%
R=37.61%
G=34.51%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85786300.080.260.6740.9114.8629.02
Hex554E3F081A4329f1d
Octal1251167701032103511735
Binary1010101100111011111101000110101000011101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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