Html Css Color HEX #49575B Trout

📋 copy color: '#49575B'

red 73 ◦ green 87 ◦ blue 91

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

Shades of Trout #49575B

Tints of Trout #49575B

RGB

 RED value IS 73 (28.91% from 255) = 29.08%

 GREEN value IS 87 (34.38% from 255) = 34.66%

 BLUE value IS 91 (35.94% from 255) = 36.25%

R = 29.08%
G = 34.66%
B = 36.25%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#49575B (or 0x49575B) is known color: Trout. HEX triplet: 49, 57 and 5B. RGB value is (73,87,91). Sum of RGB (Red+Green+Blue) = 73+87+91=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 91 - color contains mainly: blue. Hex color #49575B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49575B is #B6A8A4. Grayscale: #535353. Windows color (decimal): -11970725 or 5986121. OLE color: 5986121.

HSL color Cylindrical-coordinate representation of color #49575B: hue angle of 193.33º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #49575B is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 87 91 -
CMYK 0.20 0.04 0 0.64
HSL 193.33º 0.11% 0.32% -
HSV(B) 193.33º 0.2% 0.36% -
XYZ 8.04 8.99 11.21 -
YUV 83.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 73 87 91 0.20 0.04 0 0.64 193.33 0.11 0.32
Hex 49 57 5B 14 4 0 40 C1 B 20
Octal 111 127 133 24 4 0 100 301 13 40
Binary 1001001 1010111 1011011 10100 100 0 1000000 11000001 1011 100000

Color Harmonies of #49575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49575B

Black with #49575B

Text Example


Text Example

White with #49575B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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