Shades of Metallic Bronze #5C4D37
Tints of Metallic Bronze #5C4D37
RGB
CMYK
RGB Variations
Color information
#5C4D37 (or 0x5C4D37) is known color: Metallic Bronze. HEX triplet: 5C, 4D and 37. RGB value is (92,77,55). Sum of RGB (Red+Green+Blue) = 92+77+55=224 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.07% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C4D37 is #A3B2C8. Grayscale: #4F4F4F. Windows color (decimal): -10728137 or 3624284. OLE color: 3624284.
HSL color Cylindrical-coordinate representation of color #5C4D37: hue angle of 35.68º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C4D37 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 77 | 55 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.64 |
| HSL | 35.68º | 0.25% | 0.29% | - |
| HSV(B) | 35.68º | 0.4% | 0.36% | - |
| XYZ | 7.76 | 7.86 | 4.72 | - |
| YUV | 78.98 | 114.47 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 77 | 55 | 0 | 0.16 | 0.40 | 0.64 | 35.68 | 0.25 | 0.29 |
| Hex | 5C | 4D | 37 | 0 | 10 | 28 | 40 | 24 | 19 | 1D |
| Octal | 134 | 115 | 67 | 0 | 20 | 50 | 100 | 44 | 31 | 35 |
| Binary | 1011100 | 1001101 | 110111 | 0 | 10000 | 101000 | 1000000 | 100100 | 11001 | 11101 |
Color Harmonies of #5C4D37
Complementary color
Monochromatic Colors of #5C4D37
Black with #5C4D37
Text Example
Text Example
White with #5C4D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4D37; }
p { color: rgb(92,77,55); }
H1.HeaderClassName
{
color: #5C4D37;
}
.AnyTagClassName
{
color: #5C4D37;
}
</style>
background-color css
<style>
a { background-color: #5C4D37; }
a { background-color: rgb(92,77,55); }
div.DivClassName
{
background-color: #5C4D37;
}
.BgClassName
{
background-color: #5C4D37;
}
</style>
border-color css
<style>
span { border-color: #5C4D37; }
span { border-color: rgb(92,77,55); }
td.TdClassName
{
border-color: #5C4D37;
}
.TagClassName
{
border-color: #5C4D37;
}
</style>