#454544

Color #454544 Heavy Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heavy Metal #454544

Tints of Heavy Metal #454544

Color information

#454544 (or 0x454544) is unknown color: approx Heavy Metal. HEX triplet: 45, 45 and 44. RGB value is (69,69,68). Sum of RGB (Red+Green+Blue) = 69+69+68=206 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.50% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 69 - color contains mainly: red, green. Hex color #454544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454544 is #BABABB. Grayscale: #444444. Windows color (decimal): -12237500 or 4474181. OLE color: 4474181.

HSL color Cylindrical-coordinate representation of color #454544: hue angle of 60º degrees, saturation: 0.01, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #454544 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB696968-
CMYK000.010.73
HSL60º0.73%26.86%-
HSV(B)60º1.45%27.06%-
XYZ5.635.946.32-
YUV68.89127.5128.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.50%
GREEN value IS 69 (27.34% from 255) = 33.50%
BLUE value IS 68 (26.95% from 255) = 33.01%
R=33.50%
G=33.50%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal696968000.010.73600.7326.86
Hex454544001493c11b
Octal10510510400111174133
Binary1000101100010110001000011001001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454544; }

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

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

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

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

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

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

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

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