Shades of Metallic Bronze #5C4D36
Tints of Metallic Bronze #5C4D36
RGB
CMYK
RGB Variations
Color information
#5C4D36 (or 0x5C4D36) is known color: Metallic Bronze. HEX triplet: 5C, 4D and 36. RGB value is (92,77,54). Sum of RGB (Red+Green+Blue) = 92+77+54=223 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.26% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C4D36 is #A3B2C9. Grayscale: #4E4E4E. Windows color (decimal): -10728138 or 3558748. OLE color: 3558748.
HSL color Cylindrical-coordinate representation of color #5C4D36: hue angle of 36.32º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C4D36 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 77 | 54 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.64 |
| HSL | 36.32º | 0.26% | 0.29% | - |
| HSV(B) | 36.32º | 0.41% | 0.36% | - |
| XYZ | 7.73 | 7.85 | 4.6 | - |
| YUV | 78.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 77 | 54 | 0 | 0.16 | 0.41 | 0.64 | 36.32 | 0.26 | 0.29 |
| Hex | 5C | 4D | 36 | 0 | 10 | 29 | 40 | 24 | 1A | 1D |
| Octal | 134 | 115 | 66 | 0 | 20 | 51 | 100 | 44 | 32 | 35 |
| Binary | 1011100 | 1001101 | 110110 | 0 | 10000 | 101001 | 1000000 | 100100 | 11010 | 11101 |
Color Harmonies of #5C4D36
Complementary color
Monochromatic Colors of #5C4D36
Black with #5C4D36
Text Example
Text Example
White with #5C4D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4D36; }
p { color: rgb(92,77,54); }
H1.HeaderClassName
{
color: #5C4D36;
}
.AnyTagClassName
{
color: #5C4D36;
}
</style>
background-color css
<style>
a { background-color: #5C4D36; }
a { background-color: rgb(92,77,54); }
div.DivClassName
{
background-color: #5C4D36;
}
.BgClassName
{
background-color: #5C4D36;
}
</style>
border-color css
<style>
span { border-color: #5C4D36; }
span { border-color: rgb(92,77,54); }
td.TdClassName
{
border-color: #5C4D36;
}
.TagClassName
{
border-color: #5C4D36;
}
</style>