Html Css Color HEX #49663F Tom Thumb

📋 copy color: '#49663F'

red 73 ◦ green 102 ◦ blue 63

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

Shades of Tom Thumb #49663F

Tints of Tom Thumb #49663F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.47%

R = 30.67%
G = 42.86%
B = 26.47%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.38

 K value IS 0.6

RGB Variations

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

Color information

#49663F (or 0x49663F) is known color: Tom Thumb. HEX triplet: 49, 66 and 3F. RGB value is (73,102,63). Sum of RGB (Red+Green+Blue) = 73+102+63=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 102 - color contains mainly: green. Hex color #49663F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49663F is #B699C0. Grayscale: #595959. Windows color (decimal): -11966913 or 4154953. OLE color: 4154953.

HSL color Cylindrical-coordinate representation of color #49663F: hue angle of 104.62º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #49663F is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.6.

Color convert

RGB 73 102 63 -
CMYK 0.28 0 0.38 0.6
HSL 104.62º 0.24% 0.32% -
HSV(B) 104.62º 0.38% 0.4% -
XYZ 8.4 11.28 6.44 -
YUV 88.88 113.39 116.67 -
System Red Green Blue C M Y K H S L
Decimal 73 102 63 0.28 0 0.38 0.6 104.62 0.24 0.32
Hex 49 66 3F 1C 0 26 3C 69 18 20
Octal 111 146 77 34 0 46 74 151 30 40
Binary 1001001 1100110 111111 11100 0 100110 111100 1101001 11000 100000

Color Harmonies of #49663F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49663F

Black with #49663F

Text Example


Text Example

White with #49663F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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