Html Css Color HEX #59554A Masala

📋 copy color: '#59554A'

red 89 ◦ green 85 ◦ blue 74

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

Shades of Masala #59554A

Tints of Masala #59554A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.27%

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

R = 35.89%
G = 34.27%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#59554A (or 0x59554A) is known color: Masala. HEX triplet: 59, 55 and 4A. RGB value is (89,85,74). Sum of RGB (Red+Green+Blue) = 89+85+74=248 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.89% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 89 - color contains mainly: red. Hex color #59554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59554A is #A6AAB5. Grayscale: #545454. Windows color (decimal): -10922678 or 4871513. OLE color: 4871513.

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

Color convert

RGB 89 85 74 -
CMYK 0 0.04 0.17 0.65
HSL 44º 0.09% 0.32% -
HSV(B) 44º 0.17% 0.35% -
XYZ 8.6 9.12 7.78 -
YUV 84.94 121.83 130.89 -
System Red Green Blue C M Y K H S L
Decimal 89 85 74 0 0.04 0.17 0.65 44 0.09 0.32
Hex 59 55 4A 0 4 11 41 2C 9 20
Octal 131 125 112 0 4 21 101 54 11 40
Binary 1011001 1010101 1001010 0 100 10001 1000001 101100 1001 100000

Color Harmonies of #59554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59554A

Black with #59554A

Text Example


Text Example

White with #59554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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