#444434

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

Shades of Heavy Metal #444434

Tints of Heavy Metal #444434

Color information

#444434 (or 0x444434) is unknown color: approx Heavy Metal. HEX triplet: 44, 44 and 34. RGB value is (68,68,52). Sum of RGB (Red+Green+Blue) = 68+68+52=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 68 - color contains mainly: red, green. Hex color #444434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444434 is #BBBBCB. Grayscale: #424242. Windows color (decimal): -12303308 or 3425348. OLE color: 3425348.

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

Color convert

RGB686852-
CMYK000.240.73
HSL60º13.33%23.53%-
HSV(B)60º23.53%26.67%-
XYZ5.075.614.06-
YUV66.18120129.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.17%
GREEN value IS 68 (26.95% from 255) = 36.17%
BLUE value IS 52 (20.70% from 255) = 27.66%
R=36.17%
G=36.17%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal686852000.240.736013.3323.53
Hex4444340018493cd18
Octal104104640030111741530
Binary1000100100010011010000110001001001111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444434; }

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

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

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

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

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

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

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

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