#454537

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

Shades of Heavy Metal #454537

Tints of Heavy Metal #454537

Color information

#454537 (or 0x454537) is unknown color: approx Heavy Metal. HEX triplet: 45, 45 and 37. RGB value is (69,69,55). Sum of RGB (Red+Green+Blue) = 69+69+55=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 55 (21.88% from 255 or 28.50% from 193); Max value from RGB is 69 - color contains mainly: red, green. Hex color #454537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454537 is #BABAC8. Grayscale: #434343. Windows color (decimal): -12237513 or 3622213. OLE color: 3622213.

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

Color convert

RGB696955-
CMYK000.200.73
HSL60º11.29%24.31%-
HSV(B)60º20.29%27.06%-
XYZ5.275.84.46-
YUV67.4121129.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.75%
GREEN value IS 69 (27.34% from 255) = 35.75%
BLUE value IS 55 (21.88% from 255) = 28.50%
R=35.75%
G=35.75%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal696955000.200.736011.2924.31
Hex4545370014493cb18
Octal105105670024111741330
Binary1000101100010111011100101001001001111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454537; }

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

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

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

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

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

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

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

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