#534D40

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

Shades of Mondo #534D40

Tints of Mondo #534D40

Color information

#534D40 (or 0x534D40) is unknown color: approx Mondo. HEX triplet: 53, 4D and 40. RGB value is (83,77,64). Sum of RGB (Red+Green+Blue) = 83+77+64=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 83 - color contains mainly: red. Hex color #534D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D40 is #ACB2BF. Grayscale: #4D4D4D. Windows color (decimal): -11317952 or 4214099. OLE color: 4214099.

HSL color Cylindrical-coordinate representation of color #534D40: hue angle of 41.05º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #534D40 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB837764-
CMYK00.070.230.67
HSL41.05º12.93%28.82%-
HSV(B)41.05º22.89%32.55%-
XYZ7.157.525.92-
YUV77.31120.49132.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.05%
GREEN value IS 77 (30.47% from 255) = 34.38%
BLUE value IS 64 (25.39% from 255) = 28.57%
R=37.05%
G=34.38%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83776400.070.230.6741.0512.9328.82
Hex534D4007174329d1d
Octal1231151000727103511535
Binary1010011100110110000000111101111000011101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534D40; }

 p { color: rgb(83,77,64); }

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

<style>
 a { background-color: #534D40; }

 a { background-color: rgb(83,77,64); }

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

<style>
 span { border-color: #534D40; }

 span { border-color: rgb(83,77,64); }

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