Html Css Color HEX #49575C Trout

📋 copy color: '#49575C'

red 73 ◦ green 87 ◦ blue 92

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

Shades of Trout #49575C

Tints of Trout #49575C

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

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49575C (or 0x49575C) is known color: 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

RGB 73 87 92 -
CMYK 0.21 0.05 0 0.64
HSL 195.79º 0.12% 0.32% -
HSV(B) 195.79º 0.21% 0.36% -
XYZ 8.09 9.01 11.44 -
YUV 83.38 132.86 120.59 -
System Red Green Blue C M Y K H S L
Decimal 73 87 92 0.21 0.05 0 0.64 195.79 0.12 0.32
Hex 49 57 5C 15 5 0 40 C4 C 20
Octal 111 127 134 25 5 0 100 304 14 40
Binary 1001001 1010111 1011100 10101 101 0 1000000 11000100 1100 100000

Color Harmonies of #49575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49575C

Black with #49575C

Text Example


Text Example

White with #49575C

Text Example


Text Example

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