#544F4A

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

Shades of Mondo #544F4A

Tints of Mondo #544F4A

Color information

#544F4A (or 0x544F4A) is unknown color: approx Mondo. HEX triplet: 54, 4F and 4A. RGB value is (84,79,74). Sum of RGB (Red+Green+Blue) = 84+79+74=237 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.44% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 84 - color contains mainly: red. Hex color #544F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #544F4A is #ABB0B5. Grayscale: #4F4F4F. Windows color (decimal): -11251894 or 4869972. OLE color: 4869972.

HSL color Cylindrical-coordinate representation of color #544F4A: hue angle of 30º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #544F4A is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB847974-
CMYK00.060.120.67
HSL30º6.33%30.98%-
HSV(B)30º11.9%32.94%-
XYZ7.697.977.61-
YUV79.93124.66130.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.44%
GREEN value IS 79 (31.25% from 255) = 33.33%
BLUE value IS 74 (29.30% from 255) = 31.22%
R=35.44%
G=33.33%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84797400.060.120.67306.3330.98
Hex544F4A06C431e61f
Octal124117112061410336637
Binary1010100100111110010100110110010000111111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,79,74); }

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

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

 a { background-color: rgb(84,79,74); }

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

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

 span { border-color: rgb(84,79,74); }

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