#49332A

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

Shades of Tobago #49332A

Tints of Tobago #49332A

Color information

#49332A (or 0x49332A) is unknown color: approx Tobago. HEX triplet: 49, 33 and 2A. RGB value is (73,51,42). Sum of RGB (Red+Green+Blue) = 73+51+42=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 73 - color contains mainly: red. Hex color #49332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49332A is #B6CCD5. Grayscale: #383838. Windows color (decimal): -11979990 or 2765641. OLE color: 2765641.

HSL color Cylindrical-coordinate representation of color #49332A: hue angle of 17.42º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #49332A is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB735142-
CMYK00.300.420.71
HSL17.42º26.96%22.55%-
HSV(B)17.42º42.47%28.63%-
XYZ4.353.952.72-
YUV56.55119.79139.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.98%
GREEN value IS 51 (20.31% from 255) = 30.72%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=43.98%
G=30.72%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73514200.300.420.7117.4226.9622.55
Hex49332A01E2A47111b17
Octal111635203652107213327
Binary10010011100111010100111101010101000111100011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49332A; }

 p { color: rgb(73,51,42); }

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

<style>
 a { background-color: #49332A; }

 a { background-color: rgb(73,51,42); }

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

<style>
 span { border-color: #49332A; }

 span { border-color: rgb(73,51,42); }

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