Html Css Color HEX #595141 Mondo

📋 copy color: '#595141'

red 89 ◦ green 81 ◦ blue 65

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

Shades of Mondo #595141

Tints of Mondo #595141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.47%

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

R = 37.87%
G = 34.47%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#595141 (or 0x595141) is known color: Mondo. HEX triplet: 59, 51 and 41. RGB value is (89,81,65). Sum of RGB (Red+Green+Blue) = 89+81+65=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 89 - color contains mainly: red. Hex color #595141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595141 is #A6AEBE. Grayscale: #515151. Windows color (decimal): -10923711 or 4280665. OLE color: 4280665.

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

Color convert

RGB 89 81 65 -
CMYK 0 0.09 0.27 0.65
HSL 40º 0.16% 0.3% -
HSV(B) 40º 0.27% 0.35% -
XYZ 8.02 8.39 6.2 -
YUV 81.57 118.65 133.3 -
System Red Green Blue C M Y K H S L
Decimal 89 81 65 0 0.09 0.27 0.65 40 0.16 0.3
Hex 59 51 41 0 9 1B 41 28 10 1E
Octal 131 121 101 0 11 33 101 50 20 36
Binary 1011001 1010001 1000001 0 1001 11011 1000001 101000 10000 11110

Color Harmonies of #595141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595141

Black with #595141

Text Example


Text Example

White with #595141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595141; }

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

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

background-color css

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

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

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

border-color css

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

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

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