Html Css Color HEX #4D5C48 Tom Thumb

📋 copy color: '#4D5C48'

red 77 ◦ green 92 ◦ blue 72

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

Shades of Tom Thumb #4D5C48

Tints of Tom Thumb #4D5C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 29.88%

R = 31.95%
G = 38.17%
B = 29.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.64

RGB Variations

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

Color information

#4D5C48 (or 0x4D5C48) is known color: Tom Thumb. HEX triplet: 4D, 5C and 48. RGB value is (77,92,72). Sum of RGB (Red+Green+Blue) = 77+92+72=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 92 - color contains mainly: green. Hex color #4D5C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5C48 is #B2A3B7. Grayscale: #555555. Windows color (decimal): -11707320 or 4742221. OLE color: 4742221.

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

Color convert

RGB 77 92 72 -
CMYK 0.16 0 0.22 0.64
HSL 105º 0.12% 0.32% -
HSV(B) 105º 0.22% 0.36% -
XYZ 8.06 9.7 7.58 -
YUV 85.24 120.53 122.13 -
System Red Green Blue C M Y K H S L
Decimal 77 92 72 0.16 0 0.22 0.64 105 0.12 0.32
Hex 4D 5C 48 10 0 16 40 69 C 20
Octal 115 134 110 20 0 26 100 151 14 40
Binary 1001101 1011100 1001000 10000 0 10110 1000000 1101001 1100 100000

Color Harmonies of #4D5C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5C48

Black with #4D5C48

Text Example


Text Example

White with #4D5C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,92,72); }

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

background-color css

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

 a { background-color: rgb(77,92,72); }

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

border-color css

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

 span { border-color: rgb(77,92,72); }

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