#49342A

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

Shades of Tobago #49342A

Tints of Tobago #49342A

Color information

#49342A (or 0x49342A) is unknown color: approx Tobago. HEX triplet: 49, 34 and 2A. RGB value is (73,52,42). Sum of RGB (Red+Green+Blue) = 73+52+42=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #49342A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49342A is #B6CBD5. Grayscale: #393939. Windows color (decimal): -11979734 or 2765897. OLE color: 2765897.

HSL color Cylindrical-coordinate representation of color #49342A: hue angle of 19.35º 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 #49342A is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB735242-
CMYK00.290.420.71
HSL19.35º26.96%22.55%-
HSV(B)19.35º42.47%28.63%-
XYZ4.394.042.74-
YUV57.14119.46139.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.71%
GREEN value IS 52 (20.70% from 255) = 31.14%
BLUE value IS 42 (16.80% from 255) = 25.15%
R=43.71%
G=31.14%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73524200.290.420.7119.3526.9622.55
Hex49342A01D2A47131b17
Octal111645203552107233327
Binary10010011101001010100111011010101000111100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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