#4D4D45

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

Shades of Thunder #4D4D45

Tints of Thunder #4D4D45

Color information

#4D4D45 (or 0x4D4D45) is unknown color: approx Thunder. HEX triplet: 4D, 4D and 45. RGB value is (77,77,69). Sum of RGB (Red+Green+Blue) = 77+77+69=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 77 - color contains mainly: red, green. Hex color #4D4D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D4D45 is #B2B2BA. Grayscale: #4C4C4C. Windows color (decimal): -11711163 or 4541773. OLE color: 4541773.

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

Color convert

RGB777769-
CMYK000.100.70
HSL60º5.48%28.63%-
HSV(B)60º10.39%30.2%-
XYZ6.797.326.68-
YUV76.09124128.65-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.53%
GREEN value IS 77 (30.47% from 255) = 34.53%
BLUE value IS 69 (27.34% from 255) = 30.94%
R=34.53%
G=34.53%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal777769000.100.70605.4828.63
Hex4D4D4500A463c51d
Octal115115105001210674535
Binary100110110011011000101001010100011011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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