#5D574D

Color #5D574D Masala (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Masala #5D574D

Tints of Masala #5D574D

Color information

#5D574D (or 0x5D574D) is unknown color: approx Masala. HEX triplet: 5D, 57 and 4D. RGB value is (93,87,77). Sum of RGB (Red+Green+Blue) = 93+87+77=257 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.19% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 93 - color contains mainly: red. Hex color #5D574D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D574D is #A2A8B2. Grayscale: #575757. Windows color (decimal): -10660019 or 5068637. OLE color: 5068637.

HSL color Cylindrical-coordinate representation of color #5D574D: hue angle of 37.5º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5D574D is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.64.

Color convert

RGB938777-
CMYK00.060.170.64
HSL37.5º9.41%33.33%-
HSV(B)37.5º17.2%36.47%-
XYZ9.269.688.4-
YUV87.65121.99131.81-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.19%
GREEN value IS 87 (34.38% from 255) = 33.85%
BLUE value IS 77 (30.47% from 255) = 29.96%
R=36.19%
G=33.85%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93877700.060.170.6437.59.4133.33
Hex5D574D06114026921
Octal1351271150621100461141
Binary10111011010111100110101101000110000001001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D574D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D574D; }

 p { color: rgb(93,87,77); }

 H1.HeaderClassName
 {
   color: #5D574D;
 }
 .AnyTagClassName
 {
   color: #5D574D;
 }
</style>
background-color css

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

 a { background-color: rgb(93,87,77); }

 div.DivClassName
 {
   background-color: #5D574D;
 }
 .BgClassName
 {
   background-color: #5D574D;
 }
</style>
border-color css

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

 span { border-color: rgb(93,87,77); }

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