Html Css Color HEX #4D6044 Tom Thumb

📋 copy color: '#4D6044'

red 77 ◦ green 96 ◦ blue 68

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

Shades of Tom Thumb #4D6044

Tints of Tom Thumb #4D6044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 28.22%

R = 31.95%
G = 39.83%
B = 28.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#4D6044 (or 0x4D6044) is known color: Tom Thumb. HEX triplet: 4D, 60 and 44. RGB value is (77,96,68). Sum of RGB (Red+Green+Blue) = 77+96+68=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 68 (26.95% from 255 or 28.22% from 241); Max value from RGB is 96 - color contains mainly: green. Hex color #4D6044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6044 is #B29FBB. Grayscale: #575757. Windows color (decimal): -11706300 or 4481101. OLE color: 4481101.

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

Color convert

RGB 77 96 68 -
CMYK 0.20 0 0.29 0.62
HSL 100.71º 0.17% 0.32% -
HSV(B) 100.71º 0.29% 0.38% -
XYZ 8.29 10.36 7.03 -
YUV 87.13 117.21 120.78 -
System Red Green Blue C M Y K H S L
Decimal 77 96 68 0.20 0 0.29 0.62 100.71 0.17 0.32
Hex 4D 60 44 14 0 1D 3E 65 11 20
Octal 115 140 104 24 0 35 76 145 21 40
Binary 1001101 1100000 1000100 10100 0 11101 111110 1100101 10001 100000

Color Harmonies of #4D6044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6044

Black with #4D6044

Text Example


Text Example

White with #4D6044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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