#554D41

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

Shades of Mondo #554D41

Tints of Mondo #554D41

Color information

#554D41 (or 0x554D41) is unknown color: approx Mondo. HEX triplet: 55, 4D and 41. RGB value is (85,77,65). Sum of RGB (Red+Green+Blue) = 85+77+65=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 85 - color contains mainly: red. Hex color #554D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #554D41 is #AAB2BE. Grayscale: #4E4E4E. Windows color (decimal): -11186879 or 4279637. OLE color: 4279637.

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

Color convert

RGB857765-
CMYK00.090.240.67
HSL36º13.33%29.41%-
HSV(B)36º23.53%33.33%-
XYZ7.357.626.08-
YUV78.02120.65132.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 77 (30.47% from 255) = 33.92%
BLUE value IS 65 (25.78% from 255) = 28.63%
R=37.44%
G=33.92%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85776500.090.240.673613.3329.41
Hex554D4109184324d1d
Octal12511510101130103441535
Binary10101011001101100000101001110001000011100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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