Shades of Metallic Bronze #4F4536
Tints of Metallic Bronze #4F4536
RGB
CMYK
RGB Variations
Color information
#4F4536 (or 0x4F4536) is known color: Metallic Bronze. HEX triplet: 4F, 45 and 36. RGB value is (79,69,54). Sum of RGB (Red+Green+Blue) = 79+69+54=202 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.11% from 202); Green value is 69 (27.34% from 255 or 34.16% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4536 is #B0BAC9. Grayscale: #464646. Windows color (decimal): -11582154 or 3556687. OLE color: 3556687.
HSL color Cylindrical-coordinate representation of color #4F4536: hue angle of 36º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F4536 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 69 | 54 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.69 |
| HSL | 36º | 0.19% | 0.26% | - |
| HSV(B) | 36º | 0.32% | 0.31% | - |
| XYZ | 6.02 | 6.18 | 4.37 | - |
| YUV | 70.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 69 | 54 | 0 | 0.13 | 0.32 | 0.69 | 36 | 0.19 | 0.26 |
| Hex | 4F | 45 | 36 | 0 | D | 20 | 45 | 24 | 13 | 1A |
| Octal | 117 | 105 | 66 | 0 | 15 | 40 | 105 | 44 | 23 | 32 |
| Binary | 1001111 | 1000101 | 110110 | 0 | 1101 | 100000 | 1000101 | 100100 | 10011 | 11010 |
Color Harmonies of #4F4536
Complementary color
Monochromatic Colors of #4F4536
Black with #4F4536
Text Example
Text Example
White with #4F4536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4536; }
p { color: rgb(79,69,54); }
H1.HeaderClassName
{
color: #4F4536;
}
.AnyTagClassName
{
color: #4F4536;
}
</style>
background-color css
<style>
a { background-color: #4F4536; }
a { background-color: rgb(79,69,54); }
div.DivClassName
{
background-color: #4F4536;
}
.BgClassName
{
background-color: #4F4536;
}
</style>
border-color css
<style>
span { border-color: #4F4536; }
span { border-color: rgb(79,69,54); }
td.TdClassName
{
border-color: #4F4536;
}
.TagClassName
{
border-color: #4F4536;
}
</style>