Html Css Color HEX #59544C Masala

📋 copy color: '#59544C'

red 89 ◦ green 84 ◦ blue 76

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

Shades of Masala #59544C

Tints of Masala #59544C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.52%

R = 35.74%
G = 33.73%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#59544C (or 0x59544C) is known color: Masala. HEX triplet: 59, 54 and 4C. RGB value is (89,84,76). Sum of RGB (Red+Green+Blue) = 89+84+76=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 89 - color contains mainly: red. Hex color #59544C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59544C is #A6ABB3. Grayscale: #545454. Windows color (decimal): -10922932 or 5002329. OLE color: 5002329.

HSL color Cylindrical-coordinate representation of color #59544C: hue angle of 36.92º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #59544C is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 84 76 -
CMYK 0 0.06 0.15 0.65
HSL 36.92º 0.08% 0.32% -
HSV(B) 36.92º 0.15% 0.35% -
XYZ 8.59 8.99 8.12 -
YUV 84.58 123.16 131.15 -
System Red Green Blue C M Y K H S L
Decimal 89 84 76 0 0.06 0.15 0.65 36.92 0.08 0.32
Hex 59 54 4C 0 6 F 41 25 8 20
Octal 131 124 114 0 6 17 101 45 10 40
Binary 1011001 1010100 1001100 0 110 1111 1000001 100101 1000 100000

Color Harmonies of #59544C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59544C

Black with #59544C

Text Example


Text Example

White with #59544C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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