#4D4D41

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

Shades of Thunder #4D4D41

Tints of Thunder #4D4D41

Color information

#4D4D41 (or 0x4D4D41) is unknown color: approx Thunder. HEX triplet: 4D, 4D and 41. RGB value is (77,77,65). Sum of RGB (Red+Green+Blue) = 77+77+65=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 77 - color contains mainly: red, green. Hex color #4D4D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4D41 is #B2B2BE. Grayscale: #4B4B4B. Windows color (decimal): -11711167 or 4279629. OLE color: 4279629.

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

Color convert

RGB777765-
CMYK000.160.70
HSL60º8.45%27.84%-
HSV(B)60º15.58%30.2%-
XYZ6.677.276.05-
YUV75.63122128.98-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.16%
GREEN value IS 77 (30.47% from 255) = 35.16%
BLUE value IS 65 (25.78% from 255) = 29.68%
R=35.16%
G=35.16%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal777765000.160.70608.4527.84
Hex4D4D410010463c81c
Octal1151151010020106741034
Binary10011011001101100000100100001000110111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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