Html Css Color HEX #4E5F49 Tom Thumb

📋 copy color: '#4E5F49'

red 78 ◦ green 95 ◦ blue 73

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

Shades of Tom Thumb #4E5F49

Tints of Tom Thumb #4E5F49

RGB

 RED value IS 78 (30.86% from 255) = 31.71%

 GREEN value IS 95 (37.5% from 255) = 38.62%

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

R = 31.71%
G = 38.62%
B = 29.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.63

RGB Variations

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

Color information

#4E5F49 (or 0x4E5F49) is known color: Tom Thumb. HEX triplet: 4E, 5F and 49. RGB value is (78,95,73). Sum of RGB (Red+Green+Blue) = 78+95+73=246 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.71% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 95 - color contains mainly: green. Hex color #4E5F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E5F49 is #B1A0B6. Grayscale: #575757. Windows color (decimal): -11641015 or 4808526. OLE color: 4808526.

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

Color convert

RGB 78 95 73 -
CMYK 0.18 0 0.23 0.63
HSL 106.36º 0.13% 0.33% -
HSV(B) 106.36º 0.23% 0.37% -
XYZ 8.44 10.29 7.84 -
YUV 87.41 119.87 121.29 -
System Red Green Blue C M Y K H S L
Decimal 78 95 73 0.18 0 0.23 0.63 106.36 0.13 0.33
Hex 4E 5F 49 12 0 17 3F 6A D 21
Octal 116 137 111 22 0 27 77 152 15 41
Binary 1001110 1011111 1001001 10010 0 10111 111111 1101010 1101 100001

Color Harmonies of #4E5F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5F49

Black with #4E5F49

Text Example


Text Example

White with #4E5F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,95,73); }

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

background-color css

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

 a { background-color: rgb(78,95,73); }

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

border-color css

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

 span { border-color: rgb(78,95,73); }

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