#544D43

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

Shades of Mondo #544D43

Tints of Mondo #544D43

Color information

#544D43 (or 0x544D43) is unknown color: approx Mondo. HEX triplet: 54, 4D and 43. RGB value is (84,77,67). Sum of RGB (Red+Green+Blue) = 84+77+67=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 67 (26.56% from 255 or 29.39% from 228); Max value from RGB is 84 - color contains mainly: red. Hex color #544D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544D43 is #ABB2BC. Grayscale: #4E4E4E. Windows color (decimal): -11252413 or 4410708. OLE color: 4410708.

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

Color convert

RGB847767-
CMYK00.080.200.67
HSL35.29º11.26%29.61%-
HSV(B)35.29º20.24%32.94%-
XYZ7.327.66.39-
YUV77.95121.82132.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.84%
GREEN value IS 77 (30.47% from 255) = 33.77%
BLUE value IS 67 (26.56% from 255) = 29.39%
R=36.84%
G=33.77%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84776700.080.200.6735.2911.2629.61
Hex544D4308144323b1e
Octal12411510301024103431336
Binary10101001001101100001101000101001000011100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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