#49575C

Color #49575C Trout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trout #49575C

Tints of Trout #49575C

Color information

#49575C (or 0x49575C) is unknown color: approx Trout. HEX triplet: 49, 57 and 5C. RGB value is (73,87,92). Sum of RGB (Red+Green+Blue) = 73+87+92=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 92 - color contains mainly: blue. Hex color #49575C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49575C is #B6A8A3. Grayscale: #535353. Windows color (decimal): -11970724 or 6051657. OLE color: 6051657.

HSL color Cylindrical-coordinate representation of color #49575C: hue angle of 195.79º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #49575C is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB738792-
CMYK0.210.0500.64
HSL195.79º11.52%32.35%-
HSV(B)195.79º20.65%36.08%-
XYZ8.099.0111.44-
YUV83.38132.86120.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 87 (34.38% from 255) = 34.52%
BLUE value IS 92 (36.33% from 255) = 36.51%
R=28.97%
G=34.52%
B=36.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7387920.210.0500.64195.7911.5232.35
Hex49575C155040c4c20
Octal11112713425501003041440
Binary1001001101011110111001010110101000000110001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,87,92); }

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

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

 a { background-color: rgb(73,87,92); }

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

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

 span { border-color: rgb(73,87,92); }

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