#544E45

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

Shades of Mondo #544E45

Tints of Mondo #544E45

Color information

#544E45 (or 0x544E45) is unknown color: approx Mondo. HEX triplet: 54, 4E and 45. RGB value is (84,78,69). Sum of RGB (Red+Green+Blue) = 84+78+69=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 84 - color contains mainly: red. Hex color #544E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544E45 is #ABB1BA. Grayscale: #4E4E4E. Windows color (decimal): -11252155 or 4542036. OLE color: 4542036.

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

Color convert

RGB847869-
CMYK00.070.180.67
HSL36º9.8%30%-
HSV(B)36º17.86%32.94%-
XYZ7.457.766.74-
YUV78.77122.49131.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.36%
GREEN value IS 78 (30.86% from 255) = 33.77%
BLUE value IS 69 (27.34% from 255) = 29.87%
R=36.36%
G=33.77%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84786900.070.180.67369.830
Hex544E4507124324a1e
Octal1241161050722103441236
Binary1010100100111010001010111100101000011100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,78,69); }

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

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

 a { background-color: rgb(84,78,69); }

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

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

 span { border-color: rgb(84,78,69); }

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