Shades of Metallic Bronze #5C4A37
Tints of Metallic Bronze #5C4A37
RGB
CMYK
RGB Variations
Color information
#5C4A37 (or 0x5C4A37) is known color: Metallic Bronze. HEX triplet: 5C, 4A and 37. RGB value is (92,74,55). Sum of RGB (Red+Green+Blue) = 92+74+55=221 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.63% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 55 (21.88% from 255 or 24.89% from 221); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4A37 is #A3B5C8. Grayscale: #4D4D4D. Windows color (decimal): -10728905 or 3623516. OLE color: 3623516.
HSL color Cylindrical-coordinate representation of color #5C4A37: hue angle of 30.81º 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 #5C4A37 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 74 | 55 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.64 |
| HSL | 30.81º | 0.25% | 0.29% | - |
| HSV(B) | 30.81º | 0.4% | 0.36% | - |
| XYZ | 7.55 | 7.45 | 4.65 | - |
| YUV | 77.22 | 115.46 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 74 | 55 | 0 | 0.20 | 0.40 | 0.64 | 30.81 | 0.25 | 0.29 |
| Hex | 5C | 4A | 37 | 0 | 14 | 28 | 40 | 1F | 19 | 1D |
| Octal | 134 | 112 | 67 | 0 | 24 | 50 | 100 | 37 | 31 | 35 |
| Binary | 1011100 | 1001010 | 110111 | 0 | 10100 | 101000 | 1000000 | 11111 | 11001 | 11101 |
Color Harmonies of #5C4A37
Complementary color
Monochromatic Colors of #5C4A37
Black with #5C4A37
Text Example
Text Example
White with #5C4A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4A37; }
p { color: rgb(92,74,55); }
H1.HeaderClassName
{
color: #5C4A37;
}
.AnyTagClassName
{
color: #5C4A37;
}
</style>
background-color css
<style>
a { background-color: #5C4A37; }
a { background-color: rgb(92,74,55); }
div.DivClassName
{
background-color: #5C4A37;
}
.BgClassName
{
background-color: #5C4A37;
}
</style>
border-color css
<style>
span { border-color: #5C4A37; }
span { border-color: rgb(92,74,55); }
td.TdClassName
{
border-color: #5C4A37;
}
.TagClassName
{
border-color: #5C4A37;
}
</style>