#595042

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

Shades of Mondo #595042

Tints of Mondo #595042

Color information

#595042 (or 0x595042) is unknown color: approx Mondo. HEX triplet: 59, 50 and 42. RGB value is (89,80,66). Sum of RGB (Red+Green+Blue) = 89+80+66=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 89 - color contains mainly: red. Hex color #595042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595042 is #A6AFBD. Grayscale: #515151. Windows color (decimal): -10923966 or 4345945. OLE color: 4345945.

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

Color convert

RGB898066-
CMYK00.100.260.65
HSL36.52º14.84%30.39%-
HSV(B)36.52º25.84%34.9%-
XYZ7.978.256.33-
YUV81.1119.48133.64-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.87%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 66 (26.17% from 255) = 28.09%
R=37.87%
G=34.04%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89806600.100.260.6536.5214.8430.39
Hex5950420A1A4125f1e
Octal13112010201232101451736
Binary10110011010000100001001010110101000001100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595042; }

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

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

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

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

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

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

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

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