Shades of Heavy Metal #444736
Tints of Heavy Metal #444736
RGB
CMYK
RGB Variations
Color information
#444736 (or 0x444736) is known color: Heavy Metal. HEX triplet: 44, 47 and 36. RGB value is (68,71,54). Sum of RGB (Red+Green+Blue) = 68+71+54=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 54 (21.48% from 255 or 27.98% from 193); Max value from RGB is 71 - color contains mainly: green. Hex color #444736 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444736 is #BBB8C9. Grayscale: #444444. Windows color (decimal): -12302538 or 3557188. OLE color: 3557188.
HSL color Cylindrical-coordinate representation of color #444736: hue angle of 70.59º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #444736 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 68 | 71 | 54 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.72 |
| HSL | 70.59º | 0.14% | 0.25% | - |
| HSV(B) | 70.59º | 0.24% | 0.28% | - |
| XYZ | 5.3 | 6 | 4.37 | - |
| YUV | 68.17 | 120.01 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 71 | 54 | 0.04 | 0 | 0.24 | 0.72 | 70.59 | 0.14 | 0.25 |
| Hex | 44 | 47 | 36 | 4 | 0 | 18 | 48 | 47 | E | 19 |
| Octal | 104 | 107 | 66 | 4 | 0 | 30 | 110 | 107 | 16 | 31 |
| Binary | 1000100 | 1000111 | 110110 | 100 | 0 | 11000 | 1001000 | 1000111 | 1110 | 11001 |
Color Harmonies of #444736
Complementary color
Monochromatic Colors of #444736
Black with #444736
Text Example
Text Example
White with #444736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444736; }
p { color: rgb(68,71,54); }
H1.HeaderClassName
{
color: #444736;
}
.AnyTagClassName
{
color: #444736;
}
</style>
background-color css
<style>
a { background-color: #444736; }
a { background-color: rgb(68,71,54); }
div.DivClassName
{
background-color: #444736;
}
.BgClassName
{
background-color: #444736;
}
</style>
border-color css
<style>
span { border-color: #444736; }
span { border-color: rgb(68,71,54); }
td.TdClassName
{
border-color: #444736;
}
.TagClassName
{
border-color: #444736;
}
</style>