Html Css Color HEX #444735 Heavy Metal

📋 copy color: '#444735'

red 68 ◦ green 71 ◦ blue 53

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

Shades of Heavy Metal #444735

Tints of Heavy Metal #444735

RGB

 RED value IS 68 (26.95% from 255) = 35.42%

 GREEN value IS 71 (28.13% from 255) = 36.98%

 BLUE value IS 53 (21.09% from 255) = 27.6%

R = 35.42%
G = 36.98%
B = 27.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

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

RGB 68 71 53 -
CMYK 0.04 0 0.25 0.72
HSL 70º 0.15% 0.24% -
HSV(B) 70º 0.25% 0.28% -
XYZ 5.28 5.99 4.25 -
YUV 68.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 68 71 53 0.04 0 0.25 0.72 70 0.15 0.24
Hex 44 47 35 4 0 19 48 46 F 18
Octal 104 107 65 4 0 31 110 106 17 30
Binary 1000100 1000111 110101 100 0 11001 1001000 1000110 1111 11000

Color Harmonies of #444735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444735

Black with #444735

Text Example


Text Example

White with #444735

Text Example


Text Example

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