Html Css Color HEX #49603E Tom Thumb

📋 copy color: '#49603E'

red 73 ◦ green 96 ◦ blue 62

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

Shades of Tom Thumb #49603E

Tints of Tom Thumb #49603E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.56%

 BLUE value IS 62 (24.61% from 255) = 26.84%

R = 31.6%
G = 41.56%
B = 26.84%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#49603E (or 0x49603E) is known color: Tom Thumb. HEX triplet: 49, 60 and 3E. RGB value is (73,96,62). Sum of RGB (Red+Green+Blue) = 73+96+62=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 96 - color contains mainly: green. Hex color #49603E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49603E is #B69FC1. Grayscale: #555555. Windows color (decimal): -11968450 or 4087881. OLE color: 4087881.

HSL color Cylindrical-coordinate representation of color #49603E: hue angle of 100.59º degrees, saturation: 0.22, 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 #49603E is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 96 62 -
CMYK 0.24 0 0.35 0.62
HSL 100.59º 0.22% 0.31% -
HSV(B) 100.59º 0.35% 0.38% -
XYZ 7.8 10.13 6.1 -
YUV 85.25 114.88 119.26 -
System Red Green Blue C M Y K H S L
Decimal 73 96 62 0.24 0 0.35 0.62 100.59 0.22 0.31
Hex 49 60 3E 18 0 23 3E 65 16 1F
Octal 111 140 76 30 0 43 76 145 26 37
Binary 1001001 1100000 111110 11000 0 100011 111110 1100101 10110 11111

Color Harmonies of #49603E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49603E

Black with #49603E

Text Example


Text Example

White with #49603E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49603E; }

 p { color: rgb(73,96,62); }

 H1.HeaderClassName
 {
   color: #49603E;
 }
 .AnyTagClassName
 {
   color: #49603E;
 }
</style>

background-color css

<style>
 a { background-color: #49603E; }

 a { background-color: rgb(73,96,62); }

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

border-color css

<style>
 span { border-color: #49603E; }

 span { border-color: rgb(73,96,62); }

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