#524D44

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

Shades of Mondo #524D44

Tints of Mondo #524D44

Color information

#524D44 (or 0x524D44) is unknown color: approx Mondo. HEX triplet: 52, 4D and 44. RGB value is (82,77,68). Sum of RGB (Red+Green+Blue) = 82+77+68=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 82 - color contains mainly: red. Hex color #524D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #524D44 is #ADB2BB. Grayscale: #4D4D4D. Windows color (decimal): -11383484 or 4476242. OLE color: 4476242.

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

Color convert

RGB827768-
CMYK00.060.170.68
HSL38.57º9.33%29.41%-
HSV(B)38.57º17.07%32.16%-
XYZ7.187.526.54-
YUV77.47122.66131.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.12%
GREEN value IS 77 (30.47% from 255) = 33.92%
BLUE value IS 68 (26.95% from 255) = 29.96%
R=36.12%
G=33.92%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82776800.060.170.6838.579.3329.41
Hex524D440611442791d
Octal1221151040621104471135
Binary1010010100110110001000110100011000100100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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