Html Css Color HEX #59534A Masala

📋 copy color: '#59534A'

red 89 ◦ green 83 ◦ blue 74

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

Shades of Masala #59534A

Tints of Masala #59534A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.08%

R = 36.18%
G = 33.74%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#59534A (or 0x59534A) is known color: Masala. HEX triplet: 59, 53 and 4A. RGB value is (89,83,74). Sum of RGB (Red+Green+Blue) = 89+83+74=246 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.18% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 89 - color contains mainly: red. Hex color #59534A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59534A is #A6ACB5. Grayscale: #535353. Windows color (decimal): -10923190 or 4871001. OLE color: 4871001.

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

Color convert

RGB 89 83 74 -
CMYK 0 0.07 0.17 0.65
HSL 36º 0.09% 0.32% -
HSV(B) 36º 0.17% 0.35% -
XYZ 8.45 8.8 7.73 -
YUV 83.77 122.49 131.73 -
System Red Green Blue C M Y K H S L
Decimal 89 83 74 0 0.07 0.17 0.65 36 0.09 0.32
Hex 59 53 4A 0 7 11 41 24 9 20
Octal 131 123 112 0 7 21 101 44 11 40
Binary 1011001 1010011 1001010 0 111 10001 1000001 100100 1001 100000

Color Harmonies of #59534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59534A

Black with #59534A

Text Example


Text Example

White with #59534A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59534A; }

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

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

background-color css

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

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

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

border-color css

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

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

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