#534D44

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

Shades of Mondo #534D44

Tints of Mondo #534D44

Color information

#534D44 (or 0x534D44) is unknown color: approx Mondo. HEX triplet: 53, 4D and 44. RGB value is (83,77,68). Sum of RGB (Red+Green+Blue) = 83+77+68=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 68 (26.95% from 255 or 29.82% from 228); Max value from RGB is 83 - color contains mainly: red. Hex color #534D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D44 is #ACB2BB. Grayscale: #4D4D4D. Windows color (decimal): -11317948 or 4476243. OLE color: 4476243.

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

Color convert

RGB837768-
CMYK00.070.180.67
HSL36º9.93%29.61%-
HSV(B)36º18.07%32.55%-
XYZ7.267.566.55-
YUV77.77122.49131.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.40%
GREEN value IS 77 (30.47% from 255) = 33.77%
BLUE value IS 68 (26.95% from 255) = 29.82%
R=36.40%
G=33.77%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83776800.070.180.67369.9329.61
Hex534D4407124324a1e
Octal1231151040722103441236
Binary1010011100110110001000111100101000011100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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