#524C45

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

Shades of Mondo #524C45

Tints of Mondo #524C45

Color information

#524C45 (or 0x524C45) is unknown color: approx Mondo. HEX triplet: 52, 4C and 45. RGB value is (82,76,69). Sum of RGB (Red+Green+Blue) = 82+76+69=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 69 (27.34% from 255 or 30.40% from 227); Max value from RGB is 82 - color contains mainly: red. Hex color #524C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524C45 is #ADB3BA. Grayscale: #4D4D4D. Windows color (decimal): -11383739 or 4541522. OLE color: 4541522.

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

Color convert

RGB827669-
CMYK00.070.160.68
HSL32.31º8.61%29.61%-
HSV(B)32.31º15.85%32.16%-
XYZ7.147.396.68-
YUV77123.49131.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.12%
GREEN value IS 76 (30.08% from 255) = 33.48%
BLUE value IS 69 (27.34% from 255) = 30.40%
R=36.12%
G=33.48%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82766900.070.160.6832.318.6129.61
Hex524C450710442091e
Octal1221141050720104401136
Binary1010010100110010001010111100001000100100000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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