#595142

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

Shades of Mondo #595142

Tints of Mondo #595142

Color information

#595142 (or 0x595142) is unknown color: approx Mondo. HEX triplet: 59, 51 and 42. RGB value is (89,81,66). Sum of RGB (Red+Green+Blue) = 89+81+66=236 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.71% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 89 - color contains mainly: red. Hex color #595142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595142 is #A6AEBD. Grayscale: #515151. Windows color (decimal): -10923710 or 4346201. OLE color: 4346201.

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

Color convert

RGB898166-
CMYK00.090.260.65
HSL39.13º14.84%30.39%-
HSV(B)39.13º25.84%34.9%-
XYZ8.058.46.35-
YUV81.68119.15133.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.71%
GREEN value IS 81 (32.03% from 255) = 34.32%
BLUE value IS 66 (26.17% from 255) = 27.97%
R=37.71%
G=34.32%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89816600.090.260.6539.1314.8430.39
Hex595142091A4127f1e
Octal13112110201132101471736
Binary10110011010001100001001001110101000001100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595142; }

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

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

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

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

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

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

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

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