Shades of Metallic Bronze #5A4C35
Tints of Metallic Bronze #5A4C35
RGB
CMYK
RGB Variations
Color information
#5A4C35 (or 0x5A4C35) is known color: Metallic Bronze. HEX triplet: 5A, 4C and 35. RGB value is (90,76,53). Sum of RGB (Red+Green+Blue) = 90+76+53=219 (29% of max value = 765). Red value is 90 (35.55% from 255 or 41.10% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 53 (21.09% from 255 or 24.20% from 219); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4C35 is #A5B3CA. Grayscale: #4D4D4D. Windows color (decimal): -10859467 or 3492954. OLE color: 3492954.
HSL color Cylindrical-coordinate representation of color #5A4C35: hue angle of 37.3º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A4C35 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 76 | 53 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.65 |
| HSL | 37.3º | 0.26% | 0.28% | - |
| HSV(B) | 37.3º | 0.41% | 0.35% | - |
| XYZ | 7.44 | 7.6 | 4.44 | - |
| YUV | 77.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 76 | 53 | 0 | 0.16 | 0.41 | 0.65 | 37.3 | 0.26 | 0.28 |
| Hex | 5A | 4C | 35 | 0 | 10 | 29 | 41 | 25 | 1A | 1C |
| Octal | 132 | 114 | 65 | 0 | 20 | 51 | 101 | 45 | 32 | 34 |
| Binary | 1011010 | 1001100 | 110101 | 0 | 10000 | 101001 | 1000001 | 100101 | 11010 | 11100 |
Color Harmonies of #5A4C35
Complementary color
Monochromatic Colors of #5A4C35
Black with #5A4C35
Text Example
Text Example
White with #5A4C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4C35; }
p { color: rgb(90,76,53); }
H1.HeaderClassName
{
color: #5A4C35;
}
.AnyTagClassName
{
color: #5A4C35;
}
</style>
background-color css
<style>
a { background-color: #5A4C35; }
a { background-color: rgb(90,76,53); }
div.DivClassName
{
background-color: #5A4C35;
}
.BgClassName
{
background-color: #5A4C35;
}
</style>
border-color css
<style>
span { border-color: #5A4C35; }
span { border-color: rgb(90,76,53); }
td.TdClassName
{
border-color: #5A4C35;
}
.TagClassName
{
border-color: #5A4C35;
}
</style>