Shades of Metallic Bronze #5F4E36
Tints of Metallic Bronze #5F4E36
RGB
CMYK
RGB Variations
Color information
#5F4E36 (or 0x5F4E36) is known color: Metallic Bronze. HEX triplet: 5F, 4E and 36. RGB value is (95,78,54). Sum of RGB (Red+Green+Blue) = 95+78+54=227 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.85% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F4E36 is #A0B1C9. Grayscale: #505050. Windows color (decimal): -10531274 or 3559007. OLE color: 3559007.
HSL color Cylindrical-coordinate representation of color #5F4E36: hue angle of 35.12º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5F4E36 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 78 | 54 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.63 |
| HSL | 35.12º | 0.28% | 0.29% | - |
| HSV(B) | 35.12º | 0.43% | 0.37% | - |
| XYZ | 8.11 | 8.15 | 4.64 | - |
| YUV | 80.35 | 113.13 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 78 | 54 | 0 | 0.18 | 0.43 | 0.63 | 35.12 | 0.28 | 0.29 |
| Hex | 5F | 4E | 36 | 0 | 12 | 2B | 3F | 23 | 1C | 1D |
| Octal | 137 | 116 | 66 | 0 | 22 | 53 | 77 | 43 | 34 | 35 |
| Binary | 1011111 | 1001110 | 110110 | 0 | 10010 | 101011 | 111111 | 100011 | 11100 | 11101 |
Color Harmonies of #5F4E36
Complementary color
Monochromatic Colors of #5F4E36
Black with #5F4E36
Text Example
Text Example
White with #5F4E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4E36; }
p { color: rgb(95,78,54); }
H1.HeaderClassName
{
color: #5F4E36;
}
.AnyTagClassName
{
color: #5F4E36;
}
</style>
background-color css
<style>
a { background-color: #5F4E36; }
a { background-color: rgb(95,78,54); }
div.DivClassName
{
background-color: #5F4E36;
}
.BgClassName
{
background-color: #5F4E36;
}
</style>
border-color css
<style>
span { border-color: #5F4E36; }
span { border-color: rgb(95,78,54); }
td.TdClassName
{
border-color: #5F4E36;
}
.TagClassName
{
border-color: #5F4E36;
}
</style>