Shades of Metallic Bronze #5A4936
Tints of Metallic Bronze #5A4936
RGB
CMYK
RGB Variations
Color information
#5A4936 (or 0x5A4936) is known color: Metallic Bronze. HEX triplet: 5A, 49 and 36. RGB value is (90,73,54). Sum of RGB (Red+Green+Blue) = 90+73+54=217 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.47% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4936 is #A5B6C9. Grayscale: #4C4C4C. Windows color (decimal): -10860234 or 3557722. OLE color: 3557722.
HSL color Cylindrical-coordinate representation of color #5A4936: hue angle of 31.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A4936 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 73 | 54 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.65 |
| HSL | 31.67º | 0.25% | 0.28% | - |
| HSV(B) | 31.67º | 0.4% | 0.35% | - |
| XYZ | 7.26 | 7.21 | 4.5 | - |
| YUV | 75.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 73 | 54 | 0 | 0.19 | 0.40 | 0.65 | 31.67 | 0.25 | 0.28 |
| Hex | 5A | 49 | 36 | 0 | 13 | 28 | 41 | 20 | 19 | 1C |
| Octal | 132 | 111 | 66 | 0 | 23 | 50 | 101 | 40 | 31 | 34 |
| Binary | 1011010 | 1001001 | 110110 | 0 | 10011 | 101000 | 1000001 | 100000 | 11001 | 11100 |
Color Harmonies of #5A4936
Complementary color
Monochromatic Colors of #5A4936
Black with #5A4936
Text Example
Text Example
White with #5A4936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4936; }
p { color: rgb(90,73,54); }
H1.HeaderClassName
{
color: #5A4936;
}
.AnyTagClassName
{
color: #5A4936;
}
</style>
background-color css
<style>
a { background-color: #5A4936; }
a { background-color: rgb(90,73,54); }
div.DivClassName
{
background-color: #5A4936;
}
.BgClassName
{
background-color: #5A4936;
}
</style>
border-color css
<style>
span { border-color: #5A4936; }
span { border-color: rgb(90,73,54); }
td.TdClassName
{
border-color: #5A4936;
}
.TagClassName
{
border-color: #5A4936;
}
</style>