#524B40

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

Shades of Mondo #524B40

Tints of Mondo #524B40

Color information

#524B40 (or 0x524B40) is unknown color: approx Mondo. HEX triplet: 52, 4B and 40. RGB value is (82,75,64). Sum of RGB (Red+Green+Blue) = 82+75+64=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 82 - color contains mainly: red. Hex color #524B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524B40 is #ADB4BF. Grayscale: #4B4B4B. Windows color (decimal): -11384000 or 4213586. OLE color: 4213586.

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

Color convert

RGB827564-
CMYK00.090.220.68
HSL36.67º12.33%28.63%-
HSV(B)36.67º21.95%32.16%-
XYZ6.927.25.87-
YUV75.84121.32132.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.10%
GREEN value IS 75 (29.69% from 255) = 33.94%
BLUE value IS 64 (25.39% from 255) = 28.96%
R=37.10%
G=33.94%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82756400.090.220.6836.6712.3328.63
Hex524B4009164425c1d
Octal12211310001126104451435
Binary10100101001011100000001001101101000100100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,75,64); }

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

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

 a { background-color: rgb(82,75,64); }

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

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

 span { border-color: rgb(82,75,64); }

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