Shades of Metallic Bronze #5A4A39
Tints of Metallic Bronze #5A4A39
RGB
CMYK
RGB Variations
Color information
#5A4A39 (or 0x5A4A39) is known color: Metallic Bronze. HEX triplet: 5A, 4A and 39. RGB value is (90,74,57). Sum of RGB (Red+Green+Blue) = 90+74+57=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4A39 is #A5B5C6. Grayscale: #4C4C4C. Windows color (decimal): -10859975 or 3754586. OLE color: 3754586.
HSL color Cylindrical-coordinate representation of color #5A4A39: hue angle of 30.91º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A4A39 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 74 | 57 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.65 |
| HSL | 30.91º | 0.22% | 0.29% | - |
| HSV(B) | 30.91º | 0.37% | 0.35% | - |
| XYZ | 7.4 | 7.37 | 4.9 | - |
| YUV | 76.85 | 116.8 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 74 | 57 | 0 | 0.18 | 0.37 | 0.65 | 30.91 | 0.22 | 0.29 |
| Hex | 5A | 4A | 39 | 0 | 12 | 25 | 41 | 1F | 16 | 1D |
| Octal | 132 | 112 | 71 | 0 | 22 | 45 | 101 | 37 | 26 | 35 |
| Binary | 1011010 | 1001010 | 111001 | 0 | 10010 | 100101 | 1000001 | 11111 | 10110 | 11101 |
Color Harmonies of #5A4A39
Complementary color
Monochromatic Colors of #5A4A39
Black with #5A4A39
Text Example
Text Example
White with #5A4A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4A39; }
p { color: rgb(90,74,57); }
H1.HeaderClassName
{
color: #5A4A39;
}
.AnyTagClassName
{
color: #5A4A39;
}
</style>
background-color css
<style>
a { background-color: #5A4A39; }
a { background-color: rgb(90,74,57); }
div.DivClassName
{
background-color: #5A4A39;
}
.BgClassName
{
background-color: #5A4A39;
}
</style>
border-color css
<style>
span { border-color: #5A4A39; }
span { border-color: rgb(90,74,57); }
td.TdClassName
{
border-color: #5A4A39;
}
.TagClassName
{
border-color: #5A4A39;
}
</style>