#544d44

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

Shades of Mondo #544D44

Tints of Mondo #544D44

Color information

#544D44 (or 0x544D44) is unknown color: approx Mondo. HEX triplet: 54, 4D and 44. RGB value is (84,77,68). Sum of RGB (Red+Green+Blue) = 84+77+68=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 68 (26.95% from 255 or 29.69% from 229); Max value from RGB is 84 - color contains mainly: red. Hex color #544D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544D44 is #ABB2BB. Grayscale: #4E4E4E. Windows color (decimal): -11252412 or 4476244. OLE color: 4476244.

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

Color convert

RGB847768-
CMYK00.080.190.67
HSL33.75º10.53%29.8%-
HSV(B)33.75º19.05%32.94%-
XYZ7.357.616.55-
YUV78.07122.32132.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.68%
GREEN value IS 77 (30.47% from 255) = 33.62%
BLUE value IS 68 (26.95% from 255) = 29.69%
R=36.68%
G=33.62%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84776800.080.190.6733.7510.5329.8
Hex544D4408134322b1e
Octal12411510401023103421336
Binary10101001001101100010001000100111000011100010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544d44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544d44; }

 p { color: rgb(84,77,68); }

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

<style>
 a { background-color: #544d44; }

 a { background-color: rgb(84,77,68); }

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

<style>
 span { border-color: #544d44; }

 span { border-color: rgb(84,77,68); }

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