#534D47

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

Shades of Mondo #534D47

Tints of Mondo #534D47

Color information

#534D47 (or 0x534D47) is unknown color: approx Mondo. HEX triplet: 53, 4D and 47. RGB value is (83,77,71). Sum of RGB (Red+Green+Blue) = 83+77+71=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 83 - color contains mainly: red. Hex color #534D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D47 is #ACB2B8. Grayscale: #4E4E4E. Windows color (decimal): -11317945 or 4672851. OLE color: 4672851.

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

Color convert

RGB837771-
CMYK00.070.140.67
HSL30º7.79%30.2%-
HSV(B)30º14.46%32.55%-
XYZ7.367.67.04-
YUV78.11123.99131.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.93%
GREEN value IS 77 (30.47% from 255) = 33.33%
BLUE value IS 71 (28.12% from 255) = 30.74%
R=35.93%
G=33.33%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83777100.070.140.67307.7930.2
Hex534D4707E431e81e
Octal1231151070716103361036
Binary10100111001101100011101111110100001111110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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