Html Css Color HEX #59544A Masala

📋 copy color: '#59544A'

red 89 ◦ green 84 ◦ blue 74

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

Shades of Masala #59544A

Tints of Masala #59544A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.01%

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

R = 36.03%
G = 34.01%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#59544A (or 0x59544A) is known color: Masala. HEX triplet: 59, 54 and 4A. RGB value is (89,84,74). Sum of RGB (Red+Green+Blue) = 89+84+74=247 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.03% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 89 - color contains mainly: red. Hex color #59544A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59544A is #A6ABB5. Grayscale: #545454. Windows color (decimal): -10922934 or 4871257. OLE color: 4871257.

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

Color convert

RGB 89 84 74 -
CMYK 0 0.06 0.17 0.65
HSL 40º 0.09% 0.32% -
HSV(B) 40º 0.17% 0.35% -
XYZ 8.53 8.96 7.76 -
YUV 84.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 89 84 74 0 0.06 0.17 0.65 40 0.09 0.32
Hex 59 54 4A 0 6 11 41 28 9 20
Octal 131 124 112 0 6 21 101 50 11 40
Binary 1011001 1010100 1001010 0 110 10001 1000001 101000 1001 100000

Color Harmonies of #59544A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59544A

Black with #59544A

Text Example


Text Example

White with #59544A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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