Html Css Color HEX #444534 Heavy Metal

📋 copy color: '#444534'

red 68 ◦ green 69 ◦ blue 52

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

Shades of Heavy Metal #444534

Tints of Heavy Metal #444534

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.51%

 BLUE value IS 52 (20.7% from 255) = 27.51%

R = 35.98%
G = 36.51%
B = 27.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.73

RGB Variations

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

Color information

#444534 (or 0x444534) is known color: Heavy Metal. HEX triplet: 44, 45 and 34. RGB value is (68,69,52). Sum of RGB (Red+Green+Blue) = 68+69+52=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 69 - color contains mainly: green. Hex color #444534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444534 is #BBBACB. Grayscale: #424242. Windows color (decimal): -12303052 or 3425604. OLE color: 3425604.

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

Color convert

RGB 68 69 52 -
CMYK 0.01 0 0.25 0.73
HSL 63.53º 0.14% 0.24% -
HSV(B) 63.53º 0.25% 0.27% -
XYZ 5.13 5.73 4.08 -
YUV 66.76 119.67 128.88 -
System Red Green Blue C M Y K H S L
Decimal 68 69 52 0.01 0 0.25 0.73 63.53 0.14 0.24
Hex 44 45 34 1 0 19 49 40 E 18
Octal 104 105 64 1 0 31 111 100 16 30
Binary 1000100 1000101 110100 1 0 11001 1001001 1000000 1110 11000

Color Harmonies of #444534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444534

Black with #444534

Text Example


Text Example

White with #444534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444534; }

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

 H1.HeaderClassName
 {
   color: #444534;
 }
 .AnyTagClassName
 {
   color: #444534;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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