Html Css Color HEX #57534C Masala

📋 copy color: '#57534C'

red 87 ◦ green 83 ◦ blue 76

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

Shades of Masala #57534C

Tints of Masala #57534C

RGB

 RED value IS 87 (34.38% from 255) = 35.37%

 GREEN value IS 83 (32.81% from 255) = 33.74%

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

R = 35.37%
G = 33.74%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#57534C (or 0x57534C) is known color: Masala. HEX triplet: 57, 53 and 4C. RGB value is (87,83,76). Sum of RGB (Red+Green+Blue) = 87+83+76=246 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.37% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 87 - color contains mainly: red. Hex color #57534C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57534C is #A8ACB3. Grayscale: #535353. Windows color (decimal): -11054260 or 5002071. OLE color: 5002071.

HSL color Cylindrical-coordinate representation of color #57534C: hue angle of 38.18º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #57534C is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 83 76 -
CMYK 0 0.05 0.13 0.66
HSL 38.18º 0.07% 0.32% -
HSV(B) 38.18º 0.13% 0.34% -
XYZ 8.33 8.73 8.08 -
YUV 83.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 87 83 76 0 0.05 0.13 0.66 38.18 0.07 0.32
Hex 57 53 4C 0 5 D 42 26 7 20
Octal 127 123 114 0 5 15 102 46 7 40
Binary 1010111 1010011 1001100 0 101 1101 1000010 100110 111 100000

Color Harmonies of #57534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57534C

Black with #57534C

Text Example


Text Example

White with #57534C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,83,76); }

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

background-color css

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

 a { background-color: rgb(87,83,76); }

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

border-color css

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

 span { border-color: rgb(87,83,76); }

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