Html Css Color HEX #444434 Heavy Metal

📋 copy color: '#444434'

red 68 ◦ green 68 ◦ blue 52

#444434
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heavy Metal #444434

Tints of Heavy Metal #444434

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.7% from 255) = 27.66%

R = 36.17%
G = 36.17%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.24

 K value IS 0.73

RGB Variations

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

Color information

#444434 (or 0x444434) is known color: 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

RGB 68 68 52 -
CMYK 0 0 0.24 0.73
HSL 60º 0.13% 0.24% -
HSV(B) 60º 0.24% 0.27% -
XYZ 5.07 5.61 4.06 -
YUV 66.18 120 129.3 -
System Red Green Blue C M Y K H S L
Decimal 68 68 52 0 0 0.24 0.73 60 0.13 0.24
Hex 44 44 34 0 0 18 49 3C D 18
Octal 104 104 64 0 0 30 111 74 15 30
Binary 1000100 1000100 110100 0 0 11000 1001001 111100 1101 11000

Color Harmonies of #444434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444434

Black with #444434

Text Example


Text Example

White with #444434

Text Example


Text Example

HTML Codes & Css Web 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>