#49643F

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

Shades of Tom Thumb #49643F

Tints of Tom Thumb #49643F

Color information

#49643F (or 0x49643F) is unknown color: approx Tom Thumb. HEX triplet: 49, 64 and 3F. RGB value is (73,100,63). Sum of RGB (Red+Green+Blue) = 73+100+63=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 100 - color contains mainly: green. Hex color #49643F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49643F is #B69BC0. Grayscale: #575757. Windows color (decimal): -11967425 or 4154441. OLE color: 4154441.

HSL color Cylindrical-coordinate representation of color #49643F: hue angle of 103.78º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #49643F is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB7310063-
CMYK0.2700.370.61
HSL103.78º22.7%31.96%-
HSV(B)103.78º37%39.22%-
XYZ8.210.896.37-
YUV87.71114.05117.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.93%
GREEN value IS 100 (39.45% from 255) = 42.37%
BLUE value IS 63 (25% from 255) = 26.69%
R=30.93%
G=42.37%
B=26.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal73100630.2700.370.61103.7822.731.96
Hex49643F1B0253D681720
Octal1111447733045751502740
Binary10010011100100111111110110100101111101110100010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49643F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,100,63); }

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

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

 a { background-color: rgb(73,100,63); }

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

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

 span { border-color: rgb(73,100,63); }

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