Html Css Color HEX #44453A Heavy Metal

📋 copy color: '#44453A'

red 68 ◦ green 69 ◦ blue 58

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

Shades of Heavy Metal #44453A

Tints of Heavy Metal #44453A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 29.74%

R = 34.87%
G = 35.38%
B = 29.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#44453A (or 0x44453A) is known color: Heavy Metal. HEX triplet: 44, 45 and 3A. RGB value is (68,69,58). Sum of RGB (Red+Green+Blue) = 68+69+58=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 69 - color contains mainly: green. Hex color #44453A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44453A is #BBBAC5. Grayscale: #434343. Windows color (decimal): -12303046 or 3818820. OLE color: 3818820.

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

Color convert

RGB 68 69 58 -
CMYK 0.01 0 0.16 0.73
HSL 65.45º 0.09% 0.25% -
HSV(B) 65.45º 0.16% 0.27% -
XYZ 5.28 5.79 4.84 -
YUV 67.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 68 69 58 0.01 0 0.16 0.73 65.45 0.09 0.25
Hex 44 45 3A 1 0 10 49 41 9 19
Octal 104 105 72 1 0 20 111 101 11 31
Binary 1000100 1000101 111010 1 0 10000 1001001 1000001 1001 11001

Color Harmonies of #44453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44453A

Black with #44453A

Text Example


Text Example

White with #44453A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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