Shades of Heavy Metal #454935
Tints of Heavy Metal #454935
RGB
CMYK
RGB Variations
Color information
#454935 (or 0x454935) is known color: Heavy Metal. HEX triplet: 45, 49 and 35. RGB value is (69,73,53). Sum of RGB (Red+Green+Blue) = 69+73+53=195 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.38% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 73 - color contains mainly: green. Hex color #454935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454935 is #BAB6CA. Grayscale: #454545. Windows color (decimal): -12236491 or 3492165. OLE color: 3492165.
HSL color Cylindrical-coordinate representation of color #454935: hue angle of 72º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #454935 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 73 | 53 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.71 |
| HSL | 72º | 0.16% | 0.25% | - |
| HSV(B) | 72º | 0.27% | 0.29% | - |
| XYZ | 5.48 | 6.29 | 4.29 | - |
| YUV | 69.52 | 118.67 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 53 | 0.05 | 0 | 0.27 | 0.71 | 72 | 0.16 | 0.25 |
| Hex | 45 | 49 | 35 | 5 | 0 | 1B | 47 | 48 | 10 | 19 |
| Octal | 105 | 111 | 65 | 5 | 0 | 33 | 107 | 110 | 20 | 31 |
| Binary | 1000101 | 1001001 | 110101 | 101 | 0 | 11011 | 1000111 | 1001000 | 10000 | 11001 |
Color Harmonies of #454935
Complementary color
Monochromatic Colors of #454935
Black with #454935
Text Example
Text Example
White with #454935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454935; }
p { color: rgb(69,73,53); }
H1.HeaderClassName
{
color: #454935;
}
.AnyTagClassName
{
color: #454935;
}
</style>
background-color css
<style>
a { background-color: #454935; }
a { background-color: rgb(69,73,53); }
div.DivClassName
{
background-color: #454935;
}
.BgClassName
{
background-color: #454935;
}
</style>
border-color css
<style>
span { border-color: #454935; }
span { border-color: rgb(69,73,53); }
td.TdClassName
{
border-color: #454935;
}
.TagClassName
{
border-color: #454935;
}
</style>