Html Css Color HEX #49653D Tom Thumb

📋 copy color: '#49653D'

red 73 ◦ green 101 ◦ blue 61

#49653D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tom Thumb #49653D

Tints of Tom Thumb #49653D

RGB

 RED value IS 73 (28.91% from 255) = 31.06%

 GREEN value IS 101 (39.84% from 255) = 42.98%

 BLUE value IS 61 (24.22% from 255) = 25.96%

R = 31.06%
G = 42.98%
B = 25.96%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.40

 K value IS 0.60

RGB Variations

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

Color information

#49653D (or 0x49653D) is known color: Tom Thumb. HEX triplet: 49, 65 and 3D. RGB value is (73,101,61). Sum of RGB (Red+Green+Blue) = 73+101+61=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 101 - color contains mainly: green. Hex color #49653D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49653D is #B69AC2. Grayscale: #585858. Windows color (decimal): -11967171 or 4023625. OLE color: 4023625.

HSL color Cylindrical-coordinate representation of color #49653D: hue angle of 102º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49653D is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 101 61 -
CMYK 0.28 0 0.40 0.60
HSL 102º 0.25% 0.32% -
HSV(B) 102º 0.4% 0.4% -
XYZ 8.24 11.06 6.12 -
YUV 88.07 112.72 117.25 -
System Red Green Blue C M Y K H S L
Decimal 73 101 61 0.28 0 0.40 0.60 102 0.25 0.32
Hex 49 65 3D 1C 0 28 3C 66 19 20
Octal 111 145 75 34 0 50 74 146 31 40
Binary 1001001 1100101 111101 11100 0 101000 111100 1100110 11001 100000

Color Harmonies of #49653D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49653D

Black with #49653D

Text Example


Text Example

White with #49653D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49653D; }

 p { color: rgb(73,101,61); }

 H1.HeaderClassName
 {
   color: #49653D;
 }
 .AnyTagClassName
 {
   color: #49653D;
 }
</style>

background-color css

<style>
 a { background-color: #49653D; }

 a { background-color: rgb(73,101,61); }

 div.DivClassName
 {
   background-color: #49653D;
 }
 .BgClassName
 {
   background-color: #49653D;
 }
</style>

border-color css

<style>
 span { border-color: #49653D; }

 span { border-color: rgb(73,101,61); }

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