Html Css Color HEX #49613F Tom Thumb

📋 copy color: '#49613F'

red 73 ◦ green 97 ◦ blue 63

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

Shades of Tom Thumb #49613F

Tints of Tom Thumb #49613F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.63%

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

R = 31.33%
G = 41.63%
B = 27.04%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#49613F (or 0x49613F) is known color: Tom Thumb. HEX triplet: 49, 61 and 3F. RGB value is (73,97,63). Sum of RGB (Red+Green+Blue) = 73+97+63=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 97 - color contains mainly: green. Hex color #49613F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49613F is #B69EC0. Grayscale: #565656. Windows color (decimal): -11968193 or 4153673. OLE color: 4153673.

HSL color Cylindrical-coordinate representation of color #49613F: hue angle of 102.35º degrees, saturation: 0.21, 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 #49613F is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 97 63 -
CMYK 0.25 0 0.35 0.62
HSL 102.35º 0.21% 0.31% -
HSV(B) 102.35º 0.35% 0.38% -
XYZ 7.92 10.32 6.28 -
YUV 85.95 115.05 118.76 -
System Red Green Blue C M Y K H S L
Decimal 73 97 63 0.25 0 0.35 0.62 102.35 0.21 0.31
Hex 49 61 3F 19 0 23 3E 66 15 1F
Octal 111 141 77 31 0 43 76 146 25 37
Binary 1001001 1100001 111111 11001 0 100011 111110 1100110 10101 11111

Color Harmonies of #49613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49613F

Black with #49613F

Text Example


Text Example

White with #49613F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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