Shades of Metallic Bronze #5A4938
Tints of Metallic Bronze #5A4938
RGB
CMYK
RGB Variations
Color information
#5A4938 (or 0x5A4938) is known color: Metallic Bronze. HEX triplet: 5A, 49 and 38. RGB value is (90,73,56). Sum of RGB (Red+Green+Blue) = 90+73+56=219 (29% of max value = 765). Red value is 90 (35.55% from 255 or 41.10% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 56 (22.27% from 255 or 25.57% from 219); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4938 is #A5B6C7. Grayscale: #4C4C4C. Windows color (decimal): -10860232 or 3688794. OLE color: 3688794.
HSL color Cylindrical-coordinate representation of color #5A4938: hue angle of 30º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A4938 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 73 | 56 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.65 |
| HSL | 30º | 0.23% | 0.29% | - |
| HSV(B) | 30º | 0.38% | 0.35% | - |
| XYZ | 7.31 | 7.22 | 4.75 | - |
| YUV | 76.15 | 116.63 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 73 | 56 | 0 | 0.19 | 0.38 | 0.65 | 30 | 0.23 | 0.29 |
| Hex | 5A | 49 | 38 | 0 | 13 | 26 | 41 | 1E | 17 | 1D |
| Octal | 132 | 111 | 70 | 0 | 23 | 46 | 101 | 36 | 27 | 35 |
| Binary | 1011010 | 1001001 | 111000 | 0 | 10011 | 100110 | 1000001 | 11110 | 10111 | 11101 |
Color Harmonies of #5A4938
Complementary color
Monochromatic Colors of #5A4938
Black with #5A4938
Text Example
Text Example
White with #5A4938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4938; }
p { color: rgb(90,73,56); }
H1.HeaderClassName
{
color: #5A4938;
}
.AnyTagClassName
{
color: #5A4938;
}
</style>
background-color css
<style>
a { background-color: #5A4938; }
a { background-color: rgb(90,73,56); }
div.DivClassName
{
background-color: #5A4938;
}
.BgClassName
{
background-color: #5A4938;
}
</style>
border-color css
<style>
span { border-color: #5A4938; }
span { border-color: rgb(90,73,56); }
td.TdClassName
{
border-color: #5A4938;
}
.TagClassName
{
border-color: #5A4938;
}
</style>