#594F42

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

Shades of Mondo #594F42

Tints of Mondo #594F42

Color information

#594F42 (or 0x594F42) is unknown color: approx Mondo. HEX triplet: 59, 4F and 42. RGB value is (89,79,66). Sum of RGB (Red+Green+Blue) = 89+79+66=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 89 - color contains mainly: red. Hex color #594F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594F42 is #A6B0BD. Grayscale: #505050. Windows color (decimal): -10924222 or 4345689. OLE color: 4345689.

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

Color convert

RGB897966-
CMYK00.110.260.65
HSL33.91º14.84%30.39%-
HSV(B)33.91º25.84%34.9%-
XYZ7.98.116.3-
YUV80.51119.81134.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.03%
GREEN value IS 79 (31.25% from 255) = 33.76%
BLUE value IS 66 (26.17% from 255) = 28.21%
R=38.03%
G=33.76%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89796600.110.260.6533.9114.8430.39
Hex594F420B1A4122f1e
Octal13111710201332101421736
Binary10110011001111100001001011110101000001100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594F42; }

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

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

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

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

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

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

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

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