#534D46

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

Shades of Mondo #534D46

Tints of Mondo #534D46

Color information

#534D46 (or 0x534D46) is unknown color: approx Mondo. HEX triplet: 53, 4D and 46. RGB value is (83,77,70). Sum of RGB (Red+Green+Blue) = 83+77+70=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 83 - color contains mainly: red. Hex color #534D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D46 is #ACB2B9. Grayscale: #4E4E4E. Windows color (decimal): -11317946 or 4607315. OLE color: 4607315.

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

Color convert

RGB837770-
CMYK00.070.160.67
HSL32.31º8.5%30%-
HSV(B)32.31º15.66%32.55%-
XYZ7.337.596.87-
YUV78123.49131.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.09%
GREEN value IS 77 (30.47% from 255) = 33.48%
BLUE value IS 70 (27.73% from 255) = 30.43%
R=36.09%
G=33.48%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83777000.070.160.6732.318.530
Hex534D460710432081e
Octal1231151060720103401036
Binary1010011100110110001100111100001000011100000100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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