#49675D

Color #49675D Stromboli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stromboli #49675D

Tints of Stromboli #49675D

Color information

#49675D (or 0x49675D) is unknown color: approx Stromboli. HEX triplet: 49, 67 and 5D. RGB value is (73,103,93). Sum of RGB (Red+Green+Blue) = 73+103+93=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 103 - color contains mainly: green. Hex color #49675D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49675D is #B698A2. Grayscale: #5C5C5C. Windows color (decimal): -11966627 or 6121289. OLE color: 6121289.

HSL color Cylindrical-coordinate representation of color #49675D: hue angle of 160º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #49675D is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB7310393-
CMYK0.2900.100.60
HSL160º17.05%34.51%-
HSV(B)160º29.13%40.39%-
XYZ9.5711.9112.15-
YUV92.89128.06113.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.14%
GREEN value IS 103 (40.62% from 255) = 38.29%
BLUE value IS 93 (36.72% from 255) = 34.57%
R=27.14%
G=38.29%
B=34.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73103930.2900.100.6016017.0534.51
Hex49675D1D0A3Ca01123
Octal11114713535012742402143
Binary10010011100111101110111101010101111001010000010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49675D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49675D; }

 p { color: rgb(73,103,93); }

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

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

 a { background-color: rgb(73,103,93); }

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

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

 span { border-color: rgb(73,103,93); }

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