#524A41

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

Shades of Mondo #524A41

Tints of Mondo #524A41

Color information

#524A41 (or 0x524A41) is unknown color: approx Mondo. HEX triplet: 52, 4A and 41. RGB value is (82,74,65). Sum of RGB (Red+Green+Blue) = 82+74+65=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 82 - color contains mainly: red. Hex color #524A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524A41 is #ADB5BE. Grayscale: #4B4B4B. Windows color (decimal): -11384255 or 4278866. OLE color: 4278866.

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

Color convert

RGB827465-
CMYK00.100.210.68
HSL31.76º11.56%28.82%-
HSV(B)31.76º20.73%32.16%-
XYZ6.887.076-
YUV75.37122.15132.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.10%
GREEN value IS 74 (29.30% from 255) = 33.48%
BLUE value IS 65 (25.78% from 255) = 29.41%
R=37.10%
G=33.48%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82746500.100.210.6831.7611.5628.82
Hex524A410A154420c1d
Octal12211210101225104401435
Binary10100101001010100000101010101011000100100000110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,74,65); }

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

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

 a { background-color: rgb(82,74,65); }

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

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

 span { border-color: rgb(82,74,65); }

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