#595040

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

Shades of Mondo #595040

Tints of Mondo #595040

Color information

#595040 (or 0x595040) is unknown color: approx Mondo. HEX triplet: 59, 50 and 40. RGB value is (89,80,64). Sum of RGB (Red+Green+Blue) = 89+80+64=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 89 - color contains mainly: red. Hex color #595040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595040 is #A6AFBF. Grayscale: #505050. Windows color (decimal): -10923968 or 4214873. OLE color: 4214873.

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

Color convert

RGB898064-
CMYK00.100.280.65
HSL38.4º16.34%30%-
HSV(B)38.4º28.09%34.9%-
XYZ7.918.236.02-
YUV80.87118.48133.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.20%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=38.20%
G=34.33%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89806400.100.280.6538.416.3430
Hex5950400A1C4126101e
Octal13112010001234101462036
Binary101100110100001000000010101110010000011001101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595040; }

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

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

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

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

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

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

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

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