Shades of Metallic Bronze #5F4D38
Tints of Metallic Bronze #5F4D38
RGB
CMYK
RGB Variations
Color information
#5F4D38 (or 0x5F4D38) is known color: Metallic Bronze. HEX triplet: 5F, 4D and 38. RGB value is (95,77,56). Sum of RGB (Red+Green+Blue) = 95+77+56=228 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.67% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F4D38 is #A0B2C7. Grayscale: #505050. Windows color (decimal): -10531528 or 3689823. OLE color: 3689823.
HSL color Cylindrical-coordinate representation of color #5F4D38: hue angle of 32.31º 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 #5F4D38 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 77 | 56 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.63 |
| HSL | 32.31º | 0.26% | 0.3% | - |
| HSV(B) | 32.31º | 0.41% | 0.37% | - |
| XYZ | 8.09 | 8.03 | 4.86 | - |
| YUV | 79.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 77 | 56 | 0 | 0.19 | 0.41 | 0.63 | 32.31 | 0.26 | 0.3 |
| Hex | 5F | 4D | 38 | 0 | 13 | 29 | 3F | 20 | 1A | 1E |
| Octal | 137 | 115 | 70 | 0 | 23 | 51 | 77 | 40 | 32 | 36 |
| Binary | 1011111 | 1001101 | 111000 | 0 | 10011 | 101001 | 111111 | 100000 | 11010 | 11110 |
Color Harmonies of #5F4D38
Complementary color
Monochromatic Colors of #5F4D38
Black with #5F4D38
Text Example
Text Example
White with #5F4D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4D38; }
p { color: rgb(95,77,56); }
H1.HeaderClassName
{
color: #5F4D38;
}
.AnyTagClassName
{
color: #5F4D38;
}
</style>
background-color css
<style>
a { background-color: #5F4D38; }
a { background-color: rgb(95,77,56); }
div.DivClassName
{
background-color: #5F4D38;
}
.BgClassName
{
background-color: #5F4D38;
}
</style>
border-color css
<style>
span { border-color: #5F4D38; }
span { border-color: rgb(95,77,56); }
td.TdClassName
{
border-color: #5F4D38;
}
.TagClassName
{
border-color: #5F4D38;
}
</style>