Html Css Color HEX #49603D Tom Thumb

📋 copy color: '#49603D'

red 73 ◦ green 96 ◦ blue 61

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

Shades of Tom Thumb #49603D

Tints of Tom Thumb #49603D

RGB

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

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

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

R = 31.74%
G = 41.74%
B = 26.52%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#49603D (or 0x49603D) is known color: Tom Thumb. HEX triplet: 49, 60 and 3D. RGB value is (73,96,61). Sum of RGB (Red+Green+Blue) = 73+96+61=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 96 - color contains mainly: green. Hex color #49603D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49603D is #B69FC2. Grayscale: #555555. Windows color (decimal): -11968451 or 4022345. OLE color: 4022345.

HSL color Cylindrical-coordinate representation of color #49603D: hue angle of 99.43º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #49603D is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 96 61 -
CMYK 0.24 0 0.36 0.62
HSL 99.43º 0.22% 0.31% -
HSV(B) 99.43º 0.36% 0.38% -
XYZ 7.77 10.12 5.96 -
YUV 85.13 114.38 119.35 -
System Red Green Blue C M Y K H S L
Decimal 73 96 61 0.24 0 0.36 0.62 99.43 0.22 0.31
Hex 49 60 3D 18 0 24 3E 63 16 1F
Octal 111 140 75 30 0 44 76 143 26 37
Binary 1001001 1100000 111101 11000 0 100100 111110 1100011 10110 11111

Color Harmonies of #49603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49603D

Black with #49603D

Text Example


Text Example

White with #49603D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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