Html Css Color HEX #5D574D Masala

📋 copy color: '#5D574D'

red 93 ◦ green 87 ◦ blue 77

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

Shades of Masala #5D574D

Tints of Masala #5D574D

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 value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.64

RGB Variations

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

Color information

#5D574D (or 0x5D574D) is known color: 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

RGB 93 87 77 -
CMYK 0 0.06 0.17 0.64
HSL 37.5º 0.09% 0.33% -
HSV(B) 37.5º 0.17% 0.36% -
XYZ 9.26 9.68 8.4 -
YUV 87.65 121.99 131.81 -
System Red Green Blue C M Y K H S L
Decimal 93 87 77 0 0.06 0.17 0.64 37.5 0.09 0.33
Hex 5D 57 4D 0 6 11 40 26 9 21
Octal 135 127 115 0 6 21 100 46 11 41
Binary 1011101 1010111 1001101 0 110 10001 1000000 100110 1001 100001

Color Harmonies of #5D574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D574D

Black with #5D574D

Text Example


Text Example

White with #5D574D

Text Example


Text Example

HTML Codes & Css Web 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>