Shades of Metallic Bronze #5C4C3A
Tints of Metallic Bronze #5C4C3A
RGB
CMYK
RGB Variations
Color information
#5C4C3A (or 0x5C4C3A) is known color: Metallic Bronze. HEX triplet: 5C, 4C and 3A. RGB value is (92,76,58). Sum of RGB (Red+Green+Blue) = 92+76+58=226 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.71% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4C3A is #A3B3C5. Grayscale: #4E4E4E. Windows color (decimal): -10728390 or 3820636. OLE color: 3820636.
HSL color Cylindrical-coordinate representation of color #5C4C3A: hue angle of 31.76º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C4C3A is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 76 | 58 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.64 |
| HSL | 31.76º | 0.23% | 0.29% | - |
| HSV(B) | 31.76º | 0.37% | 0.36% | - |
| XYZ | 7.76 | 7.75 | 5.09 | - |
| YUV | 78.73 | 116.3 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 76 | 58 | 0 | 0.17 | 0.37 | 0.64 | 31.76 | 0.23 | 0.29 |
| Hex | 5C | 4C | 3A | 0 | 11 | 25 | 40 | 20 | 17 | 1D |
| Octal | 134 | 114 | 72 | 0 | 21 | 45 | 100 | 40 | 27 | 35 |
| Binary | 1011100 | 1001100 | 111010 | 0 | 10001 | 100101 | 1000000 | 100000 | 10111 | 11101 |
Color Harmonies of #5C4C3A
Complementary color
Monochromatic Colors of #5C4C3A
Black with #5C4C3A
Text Example
Text Example
White with #5C4C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4C3A; }
p { color: rgb(92,76,58); }
H1.HeaderClassName
{
color: #5C4C3A;
}
.AnyTagClassName
{
color: #5C4C3A;
}
</style>
background-color css
<style>
a { background-color: #5C4C3A; }
a { background-color: rgb(92,76,58); }
div.DivClassName
{
background-color: #5C4C3A;
}
.BgClassName
{
background-color: #5C4C3A;
}
</style>
border-color css
<style>
span { border-color: #5C4C3A; }
span { border-color: rgb(92,76,58); }
td.TdClassName
{
border-color: #5C4C3A;
}
.TagClassName
{
border-color: #5C4C3A;
}
</style>