#4D4D40

Color #4D4D40 Thunder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thunder #4D4D40

Tints of Thunder #4D4D40

Color information

#4D4D40 (or 0x4D4D40) is unknown color: approx Thunder. HEX triplet: 4D, 4D and 40. RGB value is (77,77,64). Sum of RGB (Red+Green+Blue) = 77+77+64=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 77 - color contains mainly: red, green. Hex color #4D4D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4D40 is #B2B2BF. Grayscale: #4B4B4B. Windows color (decimal): -11711168 or 4214093. OLE color: 4214093.

HSL color Cylindrical-coordinate representation of color #4D4D40: hue angle of 60º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4D4D40 is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB777764-
CMYK000.170.70
HSL60º9.22%27.65%-
HSV(B)60º16.88%30.2%-
XYZ6.647.265.9-
YUV75.52121.5129.06-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.32%
GREEN value IS 77 (30.47% from 255) = 35.32%
BLUE value IS 64 (25.39% from 255) = 29.36%
R=35.32%
G=35.32%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal777764000.170.70609.2227.65
Hex4D4D400011463c91c
Octal1151151000021106741134
Binary10011011001101100000000100011000110111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,77,64); }

 H1.HeaderClassName
 {
   color: #4D4D40;
 }
 .AnyTagClassName
 {
   color: #4D4D40;
 }
</style>
background-color css

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

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

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

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

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

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