Html Css Color HEX #595041 Mondo

📋 copy color: '#595041'

red 89 ◦ green 80 ◦ blue 65

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

Shades of Mondo #595041

Tints of Mondo #595041

RGB

 RED value IS 89 (35.16% from 255) = 38.03%

 GREEN value IS 80 (31.64% from 255) = 34.19%

 BLUE value IS 65 (25.78% from 255) = 27.78%

R = 38.03%
G = 34.19%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#595041 (or 0x595041) is known color: Mondo. HEX triplet: 59, 50 and 41. RGB value is (89,80,65). Sum of RGB (Red+Green+Blue) = 89+80+65=234 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.03% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 89 - color contains mainly: red. Hex color #595041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595041 is #A6AFBE. Grayscale: #515151. Windows color (decimal): -10923967 or 4280409. OLE color: 4280409.

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

Color convert

RGB 89 80 65 -
CMYK 0 0.10 0.27 0.65
HSL 37.5º 0.16% 0.3% -
HSV(B) 37.5º 0.27% 0.35% -
XYZ 7.94 8.24 6.17 -
YUV 80.98 118.98 133.72 -
System Red Green Blue C M Y K H S L
Decimal 89 80 65 0 0.10 0.27 0.65 37.5 0.16 0.3
Hex 59 50 41 0 A 1B 41 26 10 1E
Octal 131 120 101 0 12 33 101 46 20 36
Binary 1011001 1010000 1000001 0 1010 11011 1000001 100110 10000 11110

Color Harmonies of #595041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595041

Black with #595041

Text Example


Text Example

White with #595041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595041; }

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

 H1.HeaderClassName
 {
   color: #595041;
 }
 .AnyTagClassName
 {
   color: #595041;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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