Html Css Color HEX #595349 Masala

📋 copy color: '#595349'

red 89 ◦ green 83 ◦ blue 73

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

Shades of Masala #595349

Tints of Masala #595349

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.88%

 BLUE value IS 73 (28.91% from 255) = 29.8%

R = 36.33%
G = 33.88%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#595349 (or 0x595349) is known color: Masala. HEX triplet: 59, 53 and 49. RGB value is (89,83,73). Sum of RGB (Red+Green+Blue) = 89+83+73=245 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.33% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 89 - color contains mainly: red. Hex color #595349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #595349 is #A6ACB6. Grayscale: #535353. Windows color (decimal): -10923191 or 4805465. OLE color: 4805465.

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

Color convert

RGB 89 83 73 -
CMYK 0 0.07 0.18 0.65
HSL 37.5º 0.1% 0.32% -
HSV(B) 37.5º 0.18% 0.35% -
XYZ 8.42 8.79 7.56 -
YUV 83.65 121.99 131.81 -
System Red Green Blue C M Y K H S L
Decimal 89 83 73 0 0.07 0.18 0.65 37.5 0.1 0.32
Hex 59 53 49 0 7 12 41 26 A 20
Octal 131 123 111 0 7 22 101 46 12 40
Binary 1011001 1010011 1001001 0 111 10010 1000001 100110 1010 100000

Color Harmonies of #595349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595349

Black with #595349

Text Example


Text Example

White with #595349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595349; }

 p { color: rgb(89,83,73); }

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

background-color css

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

 a { background-color: rgb(89,83,73); }

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

border-color css

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

 span { border-color: rgb(89,83,73); }

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