Shades of Metallic Bronze #4F473A
Tints of Metallic Bronze #4F473A
RGB
CMYK
RGB Variations
Color information
#4F473A (or 0x4F473A) is known color: Metallic Bronze. HEX triplet: 4F, 47 and 3A. RGB value is (79,71,58). Sum of RGB (Red+Green+Blue) = 79+71+58=208 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.98% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 79 - color contains mainly: red. Hex color #4F473A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F473A is #B0B8C5. Grayscale: #474747. Windows color (decimal): -11581638 or 3819343. OLE color: 3819343.
HSL color Cylindrical-coordinate representation of color #4F473A: hue angle of 37.14º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4F473A is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 71 | 58 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.69 |
| HSL | 37.14º | 0.15% | 0.27% | - |
| HSV(B) | 37.14º | 0.27% | 0.31% | - |
| XYZ | 6.24 | 6.47 | 4.92 | - |
| YUV | 71.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 71 | 58 | 0 | 0.10 | 0.27 | 0.69 | 37.14 | 0.15 | 0.27 |
| Hex | 4F | 47 | 3A | 0 | A | 1B | 45 | 25 | F | 1B |
| Octal | 117 | 107 | 72 | 0 | 12 | 33 | 105 | 45 | 17 | 33 |
| Binary | 1001111 | 1000111 | 111010 | 0 | 1010 | 11011 | 1000101 | 100101 | 1111 | 11011 |
Color Harmonies of #4F473A
Complementary color
Monochromatic Colors of #4F473A
Black with #4F473A
Text Example
Text Example
White with #4F473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F473A; }
p { color: rgb(79,71,58); }
H1.HeaderClassName
{
color: #4F473A;
}
.AnyTagClassName
{
color: #4F473A;
}
</style>
background-color css
<style>
a { background-color: #4F473A; }
a { background-color: rgb(79,71,58); }
div.DivClassName
{
background-color: #4F473A;
}
.BgClassName
{
background-color: #4F473A;
}
</style>
border-color css
<style>
span { border-color: #4F473A; }
span { border-color: rgb(79,71,58); }
td.TdClassName
{
border-color: #4F473A;
}
.TagClassName
{
border-color: #4F473A;
}
</style>