Shades of Metallic Bronze #4F493D
Tints of Metallic Bronze #4F493D
RGB
CMYK
RGB Variations
Color information
#4F493D (or 0x4F493D) is known color: Metallic Bronze. HEX triplet: 4F, 49 and 3D. RGB value is (79,73,61). Sum of RGB (Red+Green+Blue) = 79+73+61=213 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.09% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 79 - color contains mainly: red. Hex color #4F493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F493D is #B0B6C2. Grayscale: #494949. Windows color (decimal): -11581123 or 4016463. OLE color: 4016463.
HSL color Cylindrical-coordinate representation of color #4F493D: hue angle of 40º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F493D is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 73 | 61 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.69 |
| HSL | 40º | 0.13% | 0.27% | - |
| HSV(B) | 40º | 0.23% | 0.31% | - |
| XYZ | 6.45 | 6.76 | 5.38 | - |
| YUV | 73.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 73 | 61 | 0 | 0.08 | 0.23 | 0.69 | 40 | 0.13 | 0.27 |
| Hex | 4F | 49 | 3D | 0 | 8 | 17 | 45 | 28 | D | 1B |
| Octal | 117 | 111 | 75 | 0 | 10 | 27 | 105 | 50 | 15 | 33 |
| Binary | 1001111 | 1001001 | 111101 | 0 | 1000 | 10111 | 1000101 | 101000 | 1101 | 11011 |
Color Harmonies of #4F493D
Complementary color
Monochromatic Colors of #4F493D
Black with #4F493D
Text Example
Text Example
White with #4F493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F493D; }
p { color: rgb(79,73,61); }
H1.HeaderClassName
{
color: #4F493D;
}
.AnyTagClassName
{
color: #4F493D;
}
</style>
background-color css
<style>
a { background-color: #4F493D; }
a { background-color: rgb(79,73,61); }
div.DivClassName
{
background-color: #4F493D;
}
.BgClassName
{
background-color: #4F493D;
}
</style>
border-color css
<style>
span { border-color: #4F493D; }
span { border-color: rgb(79,73,61); }
td.TdClassName
{
border-color: #4F493D;
}
.TagClassName
{
border-color: #4F493D;
}
</style>