Html Css Color HEX #595042 Mondo

📋 copy color: '#595042'

red 89 ◦ green 80 ◦ blue 66

#595042
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mondo #595042

Tints of Mondo #595042

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 value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#595042 (or 0x595042) is known color: 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

RGB 89 80 66 -
CMYK 0 0.10 0.26 0.65
HSL 36.52º 0.15% 0.3% -
HSV(B) 36.52º 0.26% 0.35% -
XYZ 7.97 8.25 6.33 -
YUV 81.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 89 80 66 0 0.10 0.26 0.65 36.52 0.15 0.3
Hex 59 50 42 0 A 1A 41 25 F 1E
Octal 131 120 102 0 12 32 101 45 17 36
Binary 1011001 1010000 1000010 0 1010 11010 1000001 100101 1111 11110

Color Harmonies of #595042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595042

Black with #595042

Text Example


Text Example

White with #595042

Text Example


Text Example

HTML Codes & Css Web 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>