Html Css Color HEX #4D6A45 Tom Thumb

📋 copy color: '#4D6A45'

red 77 ◦ green 106 ◦ blue 69

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

Shades of Tom Thumb #4D6A45

Tints of Tom Thumb #4D6A45

RGB

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

 GREEN value IS 106 (41.8% from 255) = 42.06%

 BLUE value IS 69 (27.34% from 255) = 27.38%

R = 30.56%
G = 42.06%
B = 27.38%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.35

 K value IS 0.58

RGB Variations

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

Color information

#4D6A45 (or 0x4D6A45) is known color: Tom Thumb. HEX triplet: 4D, 6A and 45. RGB value is (77,106,69). Sum of RGB (Red+Green+Blue) = 77+106+69=252 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.56% from 252); Green value is 106 (41.80% from 255 or 42.06% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 106 - color contains mainly: green. Hex color #4D6A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6A45 is #B295BA. Grayscale: #5D5D5D. Windows color (decimal): -11703739 or 4549197. OLE color: 4549197.

HSL color Cylindrical-coordinate representation of color #4D6A45: hue angle of 107.03º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D6A45 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB 77 106 69 -
CMYK 0.27 0 0.35 0.58
HSL 107.03º 0.21% 0.34% -
HSV(B) 107.03º 0.35% 0.42% -
XYZ 9.29 12.32 7.52 -
YUV 93.11 114.39 116.51 -
System Red Green Blue C M Y K H S L
Decimal 77 106 69 0.27 0 0.35 0.58 107.03 0.21 0.34
Hex 4D 6A 45 1B 0 23 3A 6B 15 22
Octal 115 152 105 33 0 43 72 153 25 42
Binary 1001101 1101010 1000101 11011 0 100011 111010 1101011 10101 100010

Color Harmonies of #4D6A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6A45

Black with #4D6A45

Text Example


Text Example

White with #4D6A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,106,69); }

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

background-color css

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

 a { background-color: rgb(77,106,69); }

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

border-color css

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

 span { border-color: rgb(77,106,69); }

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