#454637

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

Shades of Heavy Metal #454637

Tints of Heavy Metal #454637

Color information

#454637 (or 0x454637) is unknown color: approx Heavy Metal. HEX triplet: 45, 46 and 37. RGB value is (69,70,55). Sum of RGB (Red+Green+Blue) = 69+70+55=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 55 (21.88% from 255 or 28.35% from 194); Max value from RGB is 70 - color contains mainly: green. Hex color #454637 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454637 is #BAB9C8. Grayscale: #444444. Windows color (decimal): -12237257 or 3622469. OLE color: 3622469.

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

Color convert

RGB697055-
CMYK0.0100.210.73
HSL64º12%24.51%-
HSV(B)64º21.43%27.45%-
XYZ5.335.924.48-
YUV67.99120.67128.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.57%
GREEN value IS 70 (27.73% from 255) = 36.08%
BLUE value IS 55 (21.88% from 255) = 28.35%
R=35.57%
G=36.08%
B=28.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6970550.0100.210.73641224.51
Hex45463710154940c19
Octal1051066710251111001431
Binary10001011000110110111101010110010011000000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454637; }

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

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

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

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

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

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

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

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