#49392F

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

Shades of Tobago #49392F

Tints of Tobago #49392F

Color information

#49392F (or 0x49392F) is unknown color: approx Tobago. HEX triplet: 49, 39 and 2F. RGB value is (73,57,47). Sum of RGB (Red+Green+Blue) = 73+57+47=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 73 - color contains mainly: red. Hex color #49392F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49392F is #B6C6D0. Grayscale: #3C3C3C. Windows color (decimal): -11978449 or 3094857. OLE color: 3094857.

HSL color Cylindrical-coordinate representation of color #49392F: hue angle of 23.08º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #49392F is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB735747-
CMYK00.220.360.71
HSL23.08º21.67%23.53%-
HSV(B)23.08º35.62%28.63%-
XYZ4.724.553.32-
YUV60.64120.3136.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.24%
GREEN value IS 57 (22.66% from 255) = 32.20%
BLUE value IS 47 (18.75% from 255) = 26.55%
R=41.24%
G=32.20%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73574700.220.360.7123.0821.6723.53
Hex49392F0162447171618
Octal111715702644107272630
Binary10010011110011011110101101001001000111101111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,57,47); }

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

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

 a { background-color: rgb(73,57,47); }

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

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

 span { border-color: rgb(73,57,47); }

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