Html Css Color HEX #49663D Tom Thumb

📋 copy color: '#49663D'

red 73 ◦ green 102 ◦ blue 61

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

Shades of Tom Thumb #49663D

Tints of Tom Thumb #49663D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.22%

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

R = 30.93%
G = 43.22%
B = 25.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.40

 K value IS 0.6

RGB Variations

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

Color information

#49663D (or 0x49663D) is known color: Tom Thumb. HEX triplet: 49, 66 and 3D. RGB value is (73,102,61). Sum of RGB (Red+Green+Blue) = 73+102+61=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 102 - color contains mainly: green. Hex color #49663D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49663D is #B699C2. Grayscale: #585858. Windows color (decimal): -11966915 or 4023881. OLE color: 4023881.

HSL color Cylindrical-coordinate representation of color #49663D: hue angle of 102.44º 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 #49663D is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.6.

Color convert

RGB 73 102 61 -
CMYK 0.28 0 0.40 0.6
HSL 102.44º 0.25% 0.32% -
HSV(B) 102.44º 0.4% 0.4% -
XYZ 8.34 11.26 6.15 -
YUV 88.66 112.39 116.83 -
System Red Green Blue C M Y K H S L
Decimal 73 102 61 0.28 0 0.40 0.6 102.44 0.25 0.32
Hex 49 66 3D 1C 0 28 3C 66 19 20
Octal 111 146 75 34 0 50 74 146 31 40
Binary 1001001 1100110 111101 11100 0 101000 111100 1100110 11001 100000

Color Harmonies of #49663D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49663D

Black with #49663D

Text Example


Text Example

White with #49663D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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