#534D43

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

Shades of Mondo #534D43

Tints of Mondo #534D43

Color information

#534D43 (or 0x534D43) is unknown color: approx Mondo. HEX triplet: 53, 4D and 43. RGB value is (83,77,67). Sum of RGB (Red+Green+Blue) = 83+77+67=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 67 (26.56% from 255 or 29.52% from 227); Max value from RGB is 83 - color contains mainly: red. Hex color #534D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D43 is #ACB2BC. Grayscale: #4D4D4D. Windows color (decimal): -11317949 or 4410707. OLE color: 4410707.

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

Color convert

RGB837767-
CMYK00.070.190.67
HSL37.5º10.67%29.41%-
HSV(B)37.5º19.28%32.55%-
XYZ7.237.556.39-
YUV77.65121.99131.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.56%
GREEN value IS 77 (30.47% from 255) = 33.92%
BLUE value IS 67 (26.56% from 255) = 29.52%
R=36.56%
G=33.92%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83776700.070.190.6737.510.6729.41
Hex534D4307134326b1d
Octal1231151030723103461335
Binary1010011100110110000110111100111000011100110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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