Shades of Metallic Bronze #5F4D37
Tints of Metallic Bronze #5F4D37
RGB
CMYK
RGB Variations
Color information
#5F4D37 (or 0x5F4D37) is known color: Metallic Bronze. HEX triplet: 5F, 4D and 37. RGB value is (95,77,55). Sum of RGB (Red+Green+Blue) = 95+77+55=227 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.85% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F4D37 is #A0B2C8. Grayscale: #4F4F4F. Windows color (decimal): -10531529 or 3624287. OLE color: 3624287.
HSL color Cylindrical-coordinate representation of color #5F4D37: hue angle of 33º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F4D37 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 77 | 55 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.63 |
| HSL | 33º | 0.27% | 0.29% | - |
| HSV(B) | 33º | 0.42% | 0.37% | - |
| XYZ | 8.06 | 8.02 | 4.74 | - |
| YUV | 79.87 | 113.96 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 77 | 55 | 0 | 0.19 | 0.42 | 0.63 | 33 | 0.27 | 0.29 |
| Hex | 5F | 4D | 37 | 0 | 13 | 2A | 3F | 21 | 1B | 1D |
| Octal | 137 | 115 | 67 | 0 | 23 | 52 | 77 | 41 | 33 | 35 |
| Binary | 1011111 | 1001101 | 110111 | 0 | 10011 | 101010 | 111111 | 100001 | 11011 | 11101 |
Color Harmonies of #5F4D37
Complementary color
Monochromatic Colors of #5F4D37
Black with #5F4D37
Text Example
Text Example
White with #5F4D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4D37; }
p { color: rgb(95,77,55); }
H1.HeaderClassName
{
color: #5F4D37;
}
.AnyTagClassName
{
color: #5F4D37;
}
</style>
background-color css
<style>
a { background-color: #5F4D37; }
a { background-color: rgb(95,77,55); }
div.DivClassName
{
background-color: #5F4D37;
}
.BgClassName
{
background-color: #5F4D37;
}
</style>
border-color css
<style>
span { border-color: #5F4D37; }
span { border-color: rgb(95,77,55); }
td.TdClassName
{
border-color: #5F4D37;
}
.TagClassName
{
border-color: #5F4D37;
}
</style>