#444735

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

Shades of Heavy Metal #444735

Tints of Heavy Metal #444735

Color information

#444735 (or 0x444735) is unknown color: approx Heavy Metal. HEX triplet: 44, 47 and 35. RGB value is (68,71,53). Sum of RGB (Red+Green+Blue) = 68+71+53=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 53 (21.09% from 255 or 27.60% from 192); Max value from RGB is 71 - color contains mainly: green. Hex color #444735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444735 is #BBB8CA. Grayscale: #444444. Windows color (decimal): -12302539 or 3491652. OLE color: 3491652.

HSL color Cylindrical-coordinate representation of color #444735: hue angle of 70º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #444735 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB687153-
CMYK0.0400.250.72
HSL70º14.52%24.31%-
HSV(B)70º25.35%27.84%-
XYZ5.285.994.25-
YUV68.05119.51127.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.42%
GREEN value IS 71 (28.12% from 255) = 36.98%
BLUE value IS 53 (21.09% from 255) = 27.60%
R=35.42%
G=36.98%
B=27.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6871530.0400.250.727014.5224.31
Hex44473540194846f18
Octal1041076540311101061730
Binary1000100100011111010110001100110010001000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444735; }

 p { color: rgb(68,71,53); }

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

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

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

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

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

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

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