#49605F

Color #49605F River Bed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of River Bed #49605F

Tints of River Bed #49605F

Color information

#49605F (or 0x49605F) is unknown color: approx River Bed. HEX triplet: 49, 60 and 5F. RGB value is (73,96,95). Sum of RGB (Red+Green+Blue) = 73+96+95=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 96 - color contains mainly: green. Hex color #49605F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49605F is #B69FA0. Grayscale: #585858. Windows color (decimal): -11968417 or 6250569. OLE color: 6250569.

HSL color Cylindrical-coordinate representation of color #49605F: hue angle of 177.39º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #49605F is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB739695-
CMYK0.2400.010.62
HSL177.39º13.61%33.14%-
HSV(B)177.39º23.96%37.65%-
XYZ910.6112.4-
YUV89.01131.38116.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.65%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 95 (37.5% from 255) = 35.98%
R=27.65%
G=36.36%
B=35.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396950.2400.010.62177.3913.6133.14
Hex49605F18013Eb1e21
Octal1111401373001762611641
Binary1001001110000010111111100001111110101100011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49605F; }

 p { color: rgb(73,96,95); }

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

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

 a { background-color: rgb(73,96,95); }

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

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

 span { border-color: rgb(73,96,95); }

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