#4D4D44

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

Shades of Thunder #4D4D44

Tints of Thunder #4D4D44

Color information

#4D4D44 (or 0x4D4D44) is unknown color: approx Thunder. HEX triplet: 4D, 4D and 44. RGB value is (77,77,68). Sum of RGB (Red+Green+Blue) = 77+77+68=222 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.68% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 77 - color contains mainly: red, green. Hex color #4D4D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4D44 is #B2B2BB. Grayscale: #4C4C4C. Windows color (decimal): -11711164 or 4476237. OLE color: 4476237.

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

Color convert

RGB777768-
CMYK000.120.70
HSL60º6.21%28.43%-
HSV(B)60º11.69%30.2%-
XYZ6.767.36.52-
YUV75.97123.5128.73-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.68%
GREEN value IS 77 (30.47% from 255) = 34.68%
BLUE value IS 68 (26.95% from 255) = 30.63%
R=34.68%
G=34.68%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal777768000.120.70606.2128.43
Hex4D4D4400C463c61c
Octal115115104001410674634
Binary100110110011011000100001100100011011110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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