#49603E

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

Shades of Tom Thumb #49603E

Tints of Tom Thumb #49603E

Color information

#49603E (or 0x49603E) is unknown color: approx Tom Thumb. HEX triplet: 49, 60 and 3E. RGB value is (73,96,62). Sum of RGB (Red+Green+Blue) = 73+96+62=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 96 - color contains mainly: green. Hex color #49603E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49603E is #B69FC1. Grayscale: #555555. Windows color (decimal): -11968450 or 4087881. OLE color: 4087881.

HSL color Cylindrical-coordinate representation of color #49603E: hue angle of 100.59º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #49603E is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB739662-
CMYK0.2400.350.62
HSL100.59º21.52%30.98%-
HSV(B)100.59º35.42%37.65%-
XYZ7.810.136.1-
YUV85.25114.88119.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.60%
GREEN value IS 96 (37.89% from 255) = 41.56%
BLUE value IS 62 (24.61% from 255) = 26.84%
R=31.60%
G=41.56%
B=26.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396620.2400.350.62100.5921.5230.98
Hex49603E180233E65161f
Octal1111407630043761452637
Binary1001001110000011111011000010001111111011001011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49603E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49603E; }

 p { color: rgb(73,96,62); }

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

<style>
 a { background-color: #49603E; }

 a { background-color: rgb(73,96,62); }

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

<style>
 span { border-color: #49603E; }

 span { border-color: rgb(73,96,62); }

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