Shades of Metallic Bronze #5F4E38
Tints of Metallic Bronze #5F4E38
RGB
CMYK
RGB Variations
Color information
#5F4E38 (or 0x5F4E38) is known color: Metallic Bronze. HEX triplet: 5F, 4E and 38. RGB value is (95,78,56). Sum of RGB (Red+Green+Blue) = 95+78+56=229 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.48% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 56 (22.27% from 255 or 24.45% from 229); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F4E38 is #A0B1C7. Grayscale: #505050. Windows color (decimal): -10531272 or 3690079. OLE color: 3690079.
HSL color Cylindrical-coordinate representation of color #5F4E38: hue angle of 33.85º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5F4E38 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 78 | 56 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.63 |
| HSL | 33.85º | 0.26% | 0.3% | - |
| HSV(B) | 33.85º | 0.41% | 0.37% | - |
| XYZ | 8.16 | 8.17 | 4.89 | - |
| YUV | 80.58 | 114.13 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 78 | 56 | 0 | 0.18 | 0.41 | 0.63 | 33.85 | 0.26 | 0.3 |
| Hex | 5F | 4E | 38 | 0 | 12 | 29 | 3F | 22 | 1A | 1E |
| Octal | 137 | 116 | 70 | 0 | 22 | 51 | 77 | 42 | 32 | 36 |
| Binary | 1011111 | 1001110 | 111000 | 0 | 10010 | 101001 | 111111 | 100010 | 11010 | 11110 |
Color Harmonies of #5F4E38
Complementary color
Monochromatic Colors of #5F4E38
Black with #5F4E38
Text Example
Text Example
White with #5F4E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4E38; }
p { color: rgb(95,78,56); }
H1.HeaderClassName
{
color: #5F4E38;
}
.AnyTagClassName
{
color: #5F4E38;
}
</style>
background-color css
<style>
a { background-color: #5F4E38; }
a { background-color: rgb(95,78,56); }
div.DivClassName
{
background-color: #5F4E38;
}
.BgClassName
{
background-color: #5F4E38;
}
</style>
border-color css
<style>
span { border-color: #5F4E38; }
span { border-color: rgb(95,78,56); }
td.TdClassName
{
border-color: #5F4E38;
}
.TagClassName
{
border-color: #5F4E38;
}
</style>