Html Css Color HEX #595142 Mondo

📋 copy color: '#595142'

red 89 ◦ green 81 ◦ blue 66

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

Shades of Mondo #595142

Tints of Mondo #595142

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

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

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

RGB 89 81 66 -
CMYK 0 0.09 0.26 0.65
HSL 39.13º 0.15% 0.3% -
HSV(B) 39.13º 0.26% 0.35% -
XYZ 8.05 8.4 6.35 -
YUV 81.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 89 81 66 0 0.09 0.26 0.65 39.13 0.15 0.3
Hex 59 51 42 0 9 1A 41 27 F 1E
Octal 131 121 102 0 11 32 101 47 17 36
Binary 1011001 1010001 1000010 0 1001 11010 1000001 100111 1111 11110

Color Harmonies of #595142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595142

Black with #595142

Text Example


Text Example

White with #595142

Text Example


Text Example

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