#524E49

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

Shades of Mondo #524E49

Tints of Mondo #524E49

Color information

#524E49 (or 0x524E49) is unknown color: approx Mondo. HEX triplet: 52, 4E and 49. RGB value is (82,78,73). Sum of RGB (Red+Green+Blue) = 82+78+73=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 82 - color contains mainly: red. Hex color #524E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524E49 is #ADB1B6. Grayscale: #4E4E4E. Windows color (decimal): -11383223 or 4804178. OLE color: 4804178.

HSL color Cylindrical-coordinate representation of color #524E49: hue angle of 33.33º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #524E49 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB827873-
CMYK00.050.110.68
HSL33.33º5.81%30.39%-
HSV(B)33.33º10.98%32.16%-
XYZ7.417.727.4-
YUV78.63124.83130.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.19%
GREEN value IS 78 (30.86% from 255) = 33.48%
BLUE value IS 73 (28.91% from 255) = 31.33%
R=35.19%
G=33.48%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82787300.050.110.6833.335.8130.39
Hex524E4905B442161e
Octal122116111051310441636
Binary10100101001110100100101011011100010010000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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