Shades of Metallic Bronze #5C4E3A
Tints of Metallic Bronze #5C4E3A
RGB
CMYK
RGB Variations
Color information
#5C4E3A (or 0x5C4E3A) is known color: Metallic Bronze. HEX triplet: 5C, 4E and 3A. RGB value is (92,78,58). Sum of RGB (Red+Green+Blue) = 92+78+58=228 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.35% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C4E3A is #A3B1C5. Grayscale: #4F4F4F. Windows color (decimal): -10727878 or 3821148. OLE color: 3821148.
HSL color Cylindrical-coordinate representation of color #5C4E3A: hue angle of 35.29º 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 #5C4E3A is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 78 | 58 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.64 |
| HSL | 35.29º | 0.23% | 0.29% | - |
| HSV(B) | 35.29º | 0.37% | 0.36% | - |
| XYZ | 7.9 | 8.03 | 5.14 | - |
| YUV | 79.91 | 115.64 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 78 | 58 | 0 | 0.15 | 0.37 | 0.64 | 35.29 | 0.23 | 0.29 |
| Hex | 5C | 4E | 3A | 0 | F | 25 | 40 | 23 | 17 | 1D |
| Octal | 134 | 116 | 72 | 0 | 17 | 45 | 100 | 43 | 27 | 35 |
| Binary | 1011100 | 1001110 | 111010 | 0 | 1111 | 100101 | 1000000 | 100011 | 10111 | 11101 |
Color Harmonies of #5C4E3A
Complementary color
Monochromatic Colors of #5C4E3A
Black with #5C4E3A
Text Example
Text Example
White with #5C4E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4E3A; }
p { color: rgb(92,78,58); }
H1.HeaderClassName
{
color: #5C4E3A;
}
.AnyTagClassName
{
color: #5C4E3A;
}
</style>
background-color css
<style>
a { background-color: #5C4E3A; }
a { background-color: rgb(92,78,58); }
div.DivClassName
{
background-color: #5C4E3A;
}
.BgClassName
{
background-color: #5C4E3A;
}
</style>
border-color css
<style>
span { border-color: #5C4E3A; }
span { border-color: rgb(92,78,58); }
td.TdClassName
{
border-color: #5C4E3A;
}
.TagClassName
{
border-color: #5C4E3A;
}
</style>