Html Css Color HEX #575146 Masala

📋 copy color: '#575146'

red 87 ◦ green 81 ◦ blue 70

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

Shades of Masala #575146

Tints of Masala #575146

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.03%

 BLUE value IS 70 (27.73% from 255) = 29.41%

R = 36.55%
G = 34.03%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#575146 (or 0x575146) is known color: Masala. HEX triplet: 57, 51 and 46. RGB value is (87,81,70). Sum of RGB (Red+Green+Blue) = 87+81+70=238 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.55% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 87 - color contains mainly: red. Hex color #575146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575146 is #A8AEB9. Grayscale: #515151. Windows color (decimal): -11054778 or 4608343. OLE color: 4608343.

HSL color Cylindrical-coordinate representation of color #575146: hue angle of 38.82º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #575146 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 81 70 -
CMYK 0 0.07 0.20 0.66
HSL 38.82º 0.11% 0.31% -
HSV(B) 38.82º 0.2% 0.34% -
XYZ 7.98 8.35 6.99 -
YUV 81.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 87 81 70 0 0.07 0.20 0.66 38.82 0.11 0.31
Hex 57 51 46 0 7 14 42 27 B 1F
Octal 127 121 106 0 7 24 102 47 13 37
Binary 1010111 1010001 1000110 0 111 10100 1000010 100111 1011 11111

Color Harmonies of #575146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575146

Black with #575146

Text Example


Text Example

White with #575146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575146; }

 p { color: rgb(87,81,70); }

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

background-color css

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

 a { background-color: rgb(87,81,70); }

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

border-color css

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

 span { border-color: rgb(87,81,70); }

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