#534E49

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

Shades of Mondo #534E49

Tints of Mondo #534E49

Color information

#534E49 (or 0x534E49) is unknown color: approx Mondo. HEX triplet: 53, 4E and 49. RGB value is (83,78,73). Sum of RGB (Red+Green+Blue) = 83+78+73=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 83 - color contains mainly: red. Hex color #534E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534E49 is #ACB1B6. Grayscale: #4E4E4E. Windows color (decimal): -11317687 or 4804179. OLE color: 4804179.

HSL color Cylindrical-coordinate representation of color #534E49: 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 #534E49 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB837873-
CMYK00.060.120.67
HSL30º6.41%30.59%-
HSV(B)30º12.05%32.55%-
XYZ7.497.777.41-
YUV78.92124.66130.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.47%
GREEN value IS 78 (30.86% from 255) = 33.33%
BLUE value IS 73 (28.91% from 255) = 31.20%
R=35.47%
G=33.33%
B=31.20%

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
Decimal83787300.060.120.67306.4130.59
Hex534E4906C431e61f
Octal123116111061410336637
Binary1010011100111010010010110110010000111111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534E49; }

 p { color: rgb(83,78,73); }

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

<style>
 a { background-color: #534E49; }

 a { background-color: rgb(83,78,73); }

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

<style>
 span { border-color: #534E49; }

 span { border-color: rgb(83,78,73); }

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