Html Css Color HEX #595242 Masala

📋 copy color: '#595242'

red 89 ◦ green 82 ◦ blue 66

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

Shades of Masala #595242

Tints of Masala #595242

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.6%

 BLUE value IS 66 (26.17% from 255) = 27.85%

R = 37.55%
G = 34.6%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#595242 (or 0x595242) is known color: Masala. HEX triplet: 59, 52 and 42. RGB value is (89,82,66). Sum of RGB (Red+Green+Blue) = 89+82+66=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 89 - color contains mainly: red. Hex color #595242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595242 is #A6ADBD. Grayscale: #525252. Windows color (decimal): -10923454 or 4346457. OLE color: 4346457.

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

Color convert

RGB 89 82 66 -
CMYK 0 0.08 0.26 0.65
HSL 41.74º 0.15% 0.3% -
HSV(B) 41.74º 0.26% 0.35% -
XYZ 8.12 8.55 6.38 -
YUV 82.27 118.82 132.8 -
System Red Green Blue C M Y K H S L
Decimal 89 82 66 0 0.08 0.26 0.65 41.74 0.15 0.3
Hex 59 52 42 0 8 1A 41 2A F 1E
Octal 131 122 102 0 10 32 101 52 17 36
Binary 1011001 1010010 1000010 0 1000 11010 1000001 101010 1111 11110

Color Harmonies of #595242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595242

Black with #595242

Text Example


Text Example

White with #595242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595242; }

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

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

background-color css

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

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

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

border-color css

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

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

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