#524C46

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

Shades of Mondo #524C46

Tints of Mondo #524C46

Color information

#524C46 (or 0x524C46) is unknown color: approx Mondo. HEX triplet: 52, 4C and 46. RGB value is (82,76,70). Sum of RGB (Red+Green+Blue) = 82+76+70=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 70 (27.73% from 255 or 30.70% from 228); Max value from RGB is 82 - color contains mainly: red. Hex color #524C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524C46 is #ADB3B9. Grayscale: #4D4D4D. Windows color (decimal): -11383738 or 4607058. OLE color: 4607058.

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

Color convert

RGB827670-
CMYK00.070.150.68
HSL30º7.89%29.8%-
HSV(B)30º14.63%32.16%-
XYZ7.177.46.85-
YUV77.11123.99131.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 35.96%
GREEN value IS 76 (30.08% from 255) = 33.33%
BLUE value IS 70 (27.73% from 255) = 30.70%
R=35.96%
G=33.33%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82767000.070.150.68307.8929.8
Hex524C4607F441e81e
Octal1221141060717104361036
Binary10100101001100100011001111111100010011110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,76,70); }

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

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

 a { background-color: rgb(82,76,70); }

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

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

 span { border-color: rgb(82,76,70); }

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