#49352C

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

Shades of Tobago #49352C

Tints of Tobago #49352C

Color information

#49352C (or 0x49352C) is unknown color: approx Tobago. HEX triplet: 49, 35 and 2C. RGB value is (73,53,44). Sum of RGB (Red+Green+Blue) = 73+53+44=170 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.94% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 73 - color contains mainly: red. Hex color #49352C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49352C is #B6CAD3. Grayscale: #3A3A3A. Windows color (decimal): -11979476 or 2897225. OLE color: 2897225.

HSL color Cylindrical-coordinate representation of color #49352C: hue angle of 18.62º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49352C is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB735344-
CMYK00.270.400.71
HSL18.62º24.79%22.94%-
HSV(B)18.62º39.73%28.63%-
XYZ4.484.142.95-
YUV57.95120.13138.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.94%
GREEN value IS 53 (21.09% from 255) = 31.18%
BLUE value IS 44 (17.58% from 255) = 25.88%
R=42.94%
G=31.18%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73534400.270.400.7118.6224.7922.94
Hex49352C01B2847131917
Octal111655403350107233127
Binary10010011101011011000110111010001000111100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,53,44); }

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

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

 a { background-color: rgb(73,53,44); }

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

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

 span { border-color: rgb(73,53,44); }

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