#585040

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

Shades of Mondo #585040

Tints of Mondo #585040

Color information

#585040 (or 0x585040) is unknown color: approx Mondo. HEX triplet: 58, 50 and 40. RGB value is (88,80,64). Sum of RGB (Red+Green+Blue) = 88+80+64=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 88 - color contains mainly: red. Hex color #585040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585040 is #A7AFBF. Grayscale: #505050. Windows color (decimal): -10989504 or 4214872. OLE color: 4214872.

HSL color Cylindrical-coordinate representation of color #585040: hue angle of 40º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #585040 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB888064-
CMYK00.090.270.65
HSL40º15.79%29.8%-
HSV(B)40º27.27%34.51%-
XYZ7.828.186.02-
YUV80.57118.65133.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.93%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 64 (25.39% from 255) = 27.59%
R=37.93%
G=34.48%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88806400.090.270.654015.7929.8
Hex585040091B4128101e
Octal13012010001133101502036
Binary101100010100001000000010011101110000011010001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585040; }

 p { color: rgb(88,80,64); }

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

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

 a { background-color: rgb(88,80,64); }

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

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

 span { border-color: rgb(88,80,64); }

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