Html Css Color HEX #4C5C49 Tom Thumb

📋 copy color: '#4C5C49'

red 76 ◦ green 92 ◦ blue 73

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

Shades of Tom Thumb #4C5C49

Tints of Tom Thumb #4C5C49

RGB

 RED value IS 76 (30.08% from 255) = 31.54%

 GREEN value IS 92 (36.33% from 255) = 38.17%

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

R = 31.54%
G = 38.17%
B = 30.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.64

RGB Variations

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

Color information

#4C5C49 (or 0x4C5C49) is known color: Tom Thumb. HEX triplet: 4C, 5C and 49. RGB value is (76,92,73). Sum of RGB (Red+Green+Blue) = 76+92+73=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 92 - color contains mainly: green. Hex color #4C5C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5C49 is #B3A3B6. Grayscale: #555555. Windows color (decimal): -11772855 or 4807756. OLE color: 4807756.

HSL color Cylindrical-coordinate representation of color #4C5C49: hue angle of 110.53º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4C5C49 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.

Color convert

RGB 76 92 73 -
CMYK 0.17 0 0.21 0.64
HSL 110.53º 0.12% 0.32% -
HSV(B) 110.53º 0.21% 0.36% -
XYZ 8.01 9.67 7.75 -
YUV 85.05 121.2 121.54 -
System Red Green Blue C M Y K H S L
Decimal 76 92 73 0.17 0 0.21 0.64 110.53 0.12 0.32
Hex 4C 5C 49 11 0 15 40 6F C 20
Octal 114 134 111 21 0 25 100 157 14 40
Binary 1001100 1011100 1001001 10001 0 10101 1000000 1101111 1100 100000

Color Harmonies of #4C5C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5C49

Black with #4C5C49

Text Example


Text Example

White with #4C5C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,92,73); }

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

background-color css

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

 a { background-color: rgb(76,92,73); }

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

border-color css

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

 span { border-color: rgb(76,92,73); }

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