#595140

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

Shades of Mondo #595140

Tints of Mondo #595140

Color information

#595140 (or 0x595140) is unknown color: approx Mondo. HEX triplet: 59, 51 and 40. RGB value is (89,81,64). Sum of RGB (Red+Green+Blue) = 89+81+64=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 89 - color contains mainly: red. Hex color #595140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595140 is #A6AEBF. Grayscale: #515151. Windows color (decimal): -10923712 or 4215129. OLE color: 4215129.

HSL color Cylindrical-coordinate representation of color #595140: hue angle of 40.8º 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 #595140 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB898164-
CMYK00.090.280.65
HSL40.8º16.34%30%-
HSV(B)40.8º28.09%34.9%-
XYZ7.998.386.05-
YUV81.45118.15133.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.03%
GREEN value IS 81 (32.03% from 255) = 34.62%
BLUE value IS 64 (25.39% from 255) = 27.35%
R=38.03%
G=34.62%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89816400.090.280.6540.816.3430
Hex595140091C4129101e
Octal13112110001134101512036
Binary101100110100011000000010011110010000011010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595140; }

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

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

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

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

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

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

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

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