#49673C

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

Shades of Tom Thumb #49673C

Tints of Tom Thumb #49673C

Color information

#49673C (or 0x49673C) is unknown color: approx Tom Thumb. HEX triplet: 49, 67 and 3C. RGB value is (73,103,60). Sum of RGB (Red+Green+Blue) = 73+103+60=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 103 (40.62% from 255 or 43.64% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 103 - color contains mainly: green. Hex color #49673C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49673C is #B698C3. Grayscale: #595959. Windows color (decimal): -11966660 or 3958601. OLE color: 3958601.

HSL color Cylindrical-coordinate representation of color #49673C: hue angle of 101.86º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #49673C is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.

Color convert

RGB7310360-
CMYK0.2900.420.60
HSL101.86º26.38%31.96%-
HSV(B)101.86º41.75%40.39%-
XYZ8.4111.446.04-
YUV89.13111.56116.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.93%
GREEN value IS 103 (40.62% from 255) = 43.64%
BLUE value IS 60 (23.83% from 255) = 25.42%
R=30.93%
G=43.64%
B=25.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73103600.2900.420.60101.8626.3831.96
Hex49673C1D02A3C661a20
Octal1111477435052741463240
Binary10010011100111111100111010101010111100110011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49673C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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