Html Css Color HEX #4D604A Tom Thumb

📋 copy color: '#4D604A'

red 77 ◦ green 96 ◦ blue 74

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

Shades of Tom Thumb #4D604A

Tints of Tom Thumb #4D604A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.96%

R = 31.17%
G = 38.87%
B = 29.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#4D604A (or 0x4D604A) is known color: Tom Thumb. HEX triplet: 4D, 60 and 4A. RGB value is (77,96,74). Sum of RGB (Red+Green+Blue) = 77+96+74=247 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.17% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 96 - color contains mainly: green. Hex color #4D604A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D604A is #B29FB5. Grayscale: #575757. Windows color (decimal): -11706294 or 4874317. OLE color: 4874317.

HSL color Cylindrical-coordinate representation of color #4D604A: hue angle of 111.82º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D604A is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 96 74 -
CMYK 0.20 0 0.23 0.62
HSL 111.82º 0.13% 0.33% -
HSV(B) 111.82º 0.23% 0.38% -
XYZ 8.48 10.44 8.05 -
YUV 87.81 120.21 120.29 -
System Red Green Blue C M Y K H S L
Decimal 77 96 74 0.20 0 0.23 0.62 111.82 0.13 0.33
Hex 4D 60 4A 14 0 17 3E 70 D 21
Octal 115 140 112 24 0 27 76 160 15 41
Binary 1001101 1100000 1001010 10100 0 10111 111110 1110000 1101 100001

Color Harmonies of #4D604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D604A

Black with #4D604A

Text Example


Text Example

White with #4D604A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,96,74); }

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

background-color css

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

 a { background-color: rgb(77,96,74); }

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

border-color css

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

 span { border-color: rgb(77,96,74); }

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