#524D47

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

Shades of Mondo #524D47

Tints of Mondo #524D47

Color information

#524D47 (or 0x524D47) is unknown color: approx Mondo. HEX triplet: 52, 4D and 47. RGB value is (82,77,71). Sum of RGB (Red+Green+Blue) = 82+77+71=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 82 - color contains mainly: red. Hex color #524D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524D47 is #ADB2B8. Grayscale: #4D4D4D. Windows color (decimal): -11383481 or 4672850. OLE color: 4672850.

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

Color convert

RGB827771-
CMYK00.060.130.68
HSL32.73º7.19%30%-
HSV(B)32.73º13.41%32.16%-
XYZ7.277.567.04-
YUV77.81124.16130.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.65%
GREEN value IS 77 (30.47% from 255) = 33.48%
BLUE value IS 71 (28.12% from 255) = 30.87%
R=35.65%
G=33.48%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82777100.060.130.6832.737.1930
Hex524D4706D442171e
Octal122115107061510441736
Binary10100101001101100011101101101100010010000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,77,71); }

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

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

 a { background-color: rgb(82,77,71); }

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

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

 span { border-color: rgb(82,77,71); }

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