Html Css Color HEX #575247 Masala

📋 copy color: '#575247'

red 87 ◦ green 82 ◦ blue 71

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

Shades of Masala #575247

Tints of Masala #575247

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.17%

 BLUE value IS 71 (28.13% from 255) = 29.58%

R = 36.25%
G = 34.17%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.66

RGB Variations

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

Color information

#575247 (or 0x575247) is known color: Masala. HEX triplet: 57, 52 and 47. RGB value is (87,82,71). Sum of RGB (Red+Green+Blue) = 87+82+71=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 87 - color contains mainly: red. Hex color #575247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575247 is #A8ADB8. Grayscale: #525252. Windows color (decimal): -11054521 or 4674135. OLE color: 4674135.

HSL color Cylindrical-coordinate representation of color #575247: hue angle of 41.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #575247 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 82 71 -
CMYK 0 0.06 0.18 0.66
HSL 41.25º 0.1% 0.31% -
HSV(B) 41.25º 0.18% 0.34% -
XYZ 8.09 8.52 7.18 -
YUV 82.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 87 82 71 0 0.06 0.18 0.66 41.25 0.1 0.31
Hex 57 52 47 0 6 12 42 29 A 1F
Octal 127 122 107 0 6 22 102 51 12 37
Binary 1010111 1010010 1000111 0 110 10010 1000010 101001 1010 11111

Color Harmonies of #575247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575247

Black with #575247

Text Example


Text Example

White with #575247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575247; }

 p { color: rgb(87,82,71); }

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

background-color css

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

 a { background-color: rgb(87,82,71); }

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

border-color css

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

 span { border-color: rgb(87,82,71); }

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