#44453D

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

Shades of Heavy Metal #44453D

Tints of Heavy Metal #44453D

Color information

#44453D (or 0x44453D) is unknown color: approx Heavy Metal. HEX triplet: 44, 45 and 3D. RGB value is (68,69,61). Sum of RGB (Red+Green+Blue) = 68+69+61=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 69 - color contains mainly: green. Hex color #44453D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44453D is #BBBAC2. Grayscale: #434343. Windows color (decimal): -12303043 or 4015428. OLE color: 4015428.

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

Color convert

RGB686961-
CMYK0.0100.120.73
HSL67.5º6.15%25.49%-
HSV(B)67.5º11.59%27.06%-
XYZ5.355.825.26-
YUV67.79124.17128.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.34%
GREEN value IS 69 (27.34% from 255) = 34.85%
BLUE value IS 61 (24.22% from 255) = 30.81%
R=34.34%
G=34.85%
B=30.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6869610.0100.120.7367.56.1525.49
Hex44453D10C4944619
Octal104105751014111104631
Binary100010010001011111011011001001001100010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44453D; }

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

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

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

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

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

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

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

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