#554C41

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

Shades of Mondo #554C41

Tints of Mondo #554C41

Color information

#554C41 (or 0x554C41) is unknown color: approx Mondo. HEX triplet: 55, 4C and 41. RGB value is (85,76,65). Sum of RGB (Red+Green+Blue) = 85+76+65=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 85 - color contains mainly: red. Hex color #554C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C41 is #AAB3BE. Grayscale: #4D4D4D. Windows color (decimal): -11187135 or 4279381. OLE color: 4279381.

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

Color convert

RGB857665-
CMYK00.110.240.67
HSL33º13.33%29.41%-
HSV(B)33º23.53%33.33%-
XYZ7.287.486.06-
YUV77.44120.98133.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.61%
GREEN value IS 76 (30.08% from 255) = 33.63%
BLUE value IS 65 (25.78% from 255) = 28.76%
R=37.61%
G=33.63%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85766500.110.240.673313.3329.41
Hex554C410B184321d1d
Octal12511410101330103411535
Binary10101011001100100000101011110001000011100001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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