Html Css Color HEX #44453D Heavy Metal

📋 copy color: '#44453D'

red 68 ◦ green 69 ◦ blue 61

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

Shades of Heavy Metal #44453D

Tints of Heavy Metal #44453D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.81%

R = 34.34%
G = 34.85%
B = 30.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.73

RGB Variations

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

Color information

#44453D (or 0x44453D) is known color: Heavy Metal. HEX triplet: 44, 45 and 3D. RGB value is (68,69,61). Sum of RGB (Red+Green+Blue) = 68+69+61=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 69 - color contains mainly: green. Hex color #44453D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44453D is #BBBAC2. Grayscale: #434343. Windows color (decimal): -12303043 or 4015428. OLE color: 4015428.

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

Color convert

RGB 68 69 61 -
CMYK 0.01 0 0.12 0.73
HSL 67.5º 0.06% 0.25% -
HSV(B) 67.5º 0.12% 0.27% -
XYZ 5.35 5.82 5.26 -
YUV 67.79 124.17 128.15 -
System Red Green Blue C M Y K H S L
Decimal 68 69 61 0.01 0 0.12 0.73 67.5 0.06 0.25
Hex 44 45 3D 1 0 C 49 44 6 19
Octal 104 105 75 1 0 14 111 104 6 31
Binary 1000100 1000101 111101 1 0 1100 1001001 1000100 110 11001

Color Harmonies of #44453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44453D

Black with #44453D

Text Example


Text Example

White with #44453D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44453D; }

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

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

background-color css

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

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

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

border-color css

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

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

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