Shades of Metallic Bronze #5A4E39
Tints of Metallic Bronze #5A4E39
RGB
CMYK
RGB Variations
Color information
#5A4E39 (or 0x5A4E39) is known color: Metallic Bronze. HEX triplet: 5A, 4E and 39. RGB value is (90,78,57). Sum of RGB (Red+Green+Blue) = 90+78+57=225 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4E39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4E39 is #A5B1C6. Grayscale: #4F4F4F. Windows color (decimal): -10858951 or 3755610. OLE color: 3755610.
HSL color Cylindrical-coordinate representation of color #5A4E39: hue angle of 38.18º 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 #5A4E39 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 78 | 57 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.65 |
| HSL | 38.18º | 0.22% | 0.29% | - |
| HSV(B) | 38.18º | 0.37% | 0.35% | - |
| XYZ | 7.68 | 7.92 | 4.99 | - |
| YUV | 79.19 | 115.48 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 78 | 57 | 0 | 0.13 | 0.37 | 0.65 | 38.18 | 0.22 | 0.29 |
| Hex | 5A | 4E | 39 | 0 | D | 25 | 41 | 26 | 16 | 1D |
| Octal | 132 | 116 | 71 | 0 | 15 | 45 | 101 | 46 | 26 | 35 |
| Binary | 1011010 | 1001110 | 111001 | 0 | 1101 | 100101 | 1000001 | 100110 | 10110 | 11101 |
Color Harmonies of #5A4E39
Complementary color
Monochromatic Colors of #5A4E39
Black with #5A4E39
Text Example
Text Example
White with #5A4E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4E39; }
p { color: rgb(90,78,57); }
H1.HeaderClassName
{
color: #5A4E39;
}
.AnyTagClassName
{
color: #5A4E39;
}
</style>
background-color css
<style>
a { background-color: #5A4E39; }
a { background-color: rgb(90,78,57); }
div.DivClassName
{
background-color: #5A4E39;
}
.BgClassName
{
background-color: #5A4E39;
}
</style>
border-color css
<style>
span { border-color: #5A4E39; }
span { border-color: rgb(90,78,57); }
td.TdClassName
{
border-color: #5A4E39;
}
.TagClassName
{
border-color: #5A4E39;
}
</style>