Shades of Metallic Bronze #5A4932
Tints of Metallic Bronze #5A4932
RGB
CMYK
RGB Variations
Color information
#5A4932 (or 0x5A4932) is known color: Metallic Bronze. HEX triplet: 5A, 49 and 32. RGB value is (90,73,50). Sum of RGB (Red+Green+Blue) = 90+73+50=213 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.25% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4932 is #A5B6CD. Grayscale: #4B4B4B. Windows color (decimal): -10860238 or 3295578. OLE color: 3295578.
HSL color Cylindrical-coordinate representation of color #5A4932: hue angle of 34.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5A4932 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 73 | 50 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.65 |
| HSL | 34.5º | 0.29% | 0.27% | - |
| HSV(B) | 34.5º | 0.44% | 0.35% | - |
| XYZ | 7.17 | 7.17 | 4.02 | - |
| YUV | 75.46 | 113.63 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 73 | 50 | 0 | 0.19 | 0.44 | 0.65 | 34.5 | 0.29 | 0.27 |
| Hex | 5A | 49 | 32 | 0 | 13 | 2C | 41 | 22 | 1D | 1B |
| Octal | 132 | 111 | 62 | 0 | 23 | 54 | 101 | 42 | 35 | 33 |
| Binary | 1011010 | 1001001 | 110010 | 0 | 10011 | 101100 | 1000001 | 100010 | 11101 | 11011 |
Color Harmonies of #5A4932
Complementary color
Monochromatic Colors of #5A4932
Black with #5A4932
Text Example
Text Example
White with #5A4932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4932; }
p { color: rgb(90,73,50); }
H1.HeaderClassName
{
color: #5A4932;
}
.AnyTagClassName
{
color: #5A4932;
}
</style>
background-color css
<style>
a { background-color: #5A4932; }
a { background-color: rgb(90,73,50); }
div.DivClassName
{
background-color: #5A4932;
}
.BgClassName
{
background-color: #5A4932;
}
</style>
border-color css
<style>
span { border-color: #5A4932; }
span { border-color: rgb(90,73,50); }
td.TdClassName
{
border-color: #5A4932;
}
.TagClassName
{
border-color: #5A4932;
}
</style>