Shades of Metallic Bronze #5A4D3C
Tints of Metallic Bronze #5A4D3C
RGB
CMYK
RGB Variations
Color information
#5A4D3C (or 0x5A4D3C) is known color: Metallic Bronze. HEX triplet: 5A, 4D and 3C. RGB value is (90,77,60). Sum of RGB (Red+Green+Blue) = 90+77+60=227 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.65% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4D3C is #A5B2C3. Grayscale: #4F4F4F. Windows color (decimal): -10859204 or 3951962. OLE color: 3951962.
HSL color Cylindrical-coordinate representation of color #5A4D3C: hue angle of 34º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A4D3C is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 77 | 60 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.65 |
| HSL | 34º | 0.2% | 0.29% | - |
| HSV(B) | 34º | 0.33% | 0.35% | - |
| XYZ | 7.69 | 7.81 | 5.38 | - |
| YUV | 78.95 | 117.31 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 77 | 60 | 0 | 0.14 | 0.33 | 0.65 | 34 | 0.2 | 0.29 |
| Hex | 5A | 4D | 3C | 0 | E | 21 | 41 | 22 | 14 | 1D |
| Octal | 132 | 115 | 74 | 0 | 16 | 41 | 101 | 42 | 24 | 35 |
| Binary | 1011010 | 1001101 | 111100 | 0 | 1110 | 100001 | 1000001 | 100010 | 10100 | 11101 |
Color Harmonies of #5A4D3C
Complementary color
Monochromatic Colors of #5A4D3C
Black with #5A4D3C
Text Example
Text Example
White with #5A4D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4D3C; }
p { color: rgb(90,77,60); }
H1.HeaderClassName
{
color: #5A4D3C;
}
.AnyTagClassName
{
color: #5A4D3C;
}
</style>
background-color css
<style>
a { background-color: #5A4D3C; }
a { background-color: rgb(90,77,60); }
div.DivClassName
{
background-color: #5A4D3C;
}
.BgClassName
{
background-color: #5A4D3C;
}
</style>
border-color css
<style>
span { border-color: #5A4D3C; }
span { border-color: rgb(90,77,60); }
td.TdClassName
{
border-color: #5A4D3C;
}
.TagClassName
{
border-color: #5A4D3C;
}
</style>