Html Css Color HEX #4D6949 Tom Thumb

📋 copy color: '#4D6949'

red 77 ◦ green 105 ◦ blue 73

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

Shades of Tom Thumb #4D6949

Tints of Tom Thumb #4D6949

RGB

 RED value IS 77 (30.47% from 255) = 30.2%

 GREEN value IS 105 (41.41% from 255) = 41.18%

 BLUE value IS 73 (28.91% from 255) = 28.63%

R = 30.2%
G = 41.18%
B = 28.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#4D6949 (or 0x4D6949) is known color: Tom Thumb. HEX triplet: 4D, 69 and 49. RGB value is (77,105,73). Sum of RGB (Red+Green+Blue) = 77+105+73=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 105 - color contains mainly: green. Hex color #4D6949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6949 is #B296B6. Grayscale: #5D5D5D. Windows color (decimal): -11703991 or 4811085. OLE color: 4811085.

HSL color Cylindrical-coordinate representation of color #4D6949: hue angle of 112.5º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4D6949 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 105 73 -
CMYK 0.27 0 0.30 0.59
HSL 112.5º 0.18% 0.35% -
HSV(B) 112.5º 0.3% 0.41% -
XYZ 9.31 12.16 8.16 -
YUV 92.98 116.72 116.6 -
System Red Green Blue C M Y K H S L
Decimal 77 105 73 0.27 0 0.30 0.59 112.5 0.18 0.35
Hex 4D 69 49 1B 0 1E 3B 70 12 23
Octal 115 151 111 33 0 36 73 160 22 43
Binary 1001101 1101001 1001001 11011 0 11110 111011 1110000 10010 100011

Color Harmonies of #4D6949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6949

Black with #4D6949

Text Example


Text Example

White with #4D6949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D6949; }

 p { color: rgb(77,105,73); }

 H1.HeaderClassName
 {
   color: #4D6949;
 }
 .AnyTagClassName
 {
   color: #4D6949;
 }
</style>

background-color css

<style>
 a { background-color: #4D6949; }

 a { background-color: rgb(77,105,73); }

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

border-color css

<style>
 span { border-color: #4D6949; }

 span { border-color: rgb(77,105,73); }

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