Shades of Metallic Bronze #5A4B39
Tints of Metallic Bronze #5A4B39
RGB
CMYK
RGB Variations
Color information
#5A4B39 (or 0x5A4B39) is known color: Metallic Bronze. HEX triplet: 5A, 4B and 39. RGB value is (90,75,57). Sum of RGB (Red+Green+Blue) = 90+75+57=222 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.54% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 57 (22.66% from 255 or 25.68% from 222); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4B39 is #A5B4C6. Grayscale: #4D4D4D. Windows color (decimal): -10859719 or 3754842. OLE color: 3754842.
HSL color Cylindrical-coordinate representation of color #5A4B39: hue angle of 32.73º 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 #5A4B39 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 75 | 57 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.65 |
| HSL | 32.73º | 0.22% | 0.29% | - |
| HSV(B) | 32.73º | 0.37% | 0.35% | - |
| XYZ | 7.47 | 7.5 | 4.93 | - |
| YUV | 77.43 | 116.47 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 75 | 57 | 0 | 0.17 | 0.37 | 0.65 | 32.73 | 0.22 | 0.29 |
| Hex | 5A | 4B | 39 | 0 | 11 | 25 | 41 | 21 | 16 | 1D |
| Octal | 132 | 113 | 71 | 0 | 21 | 45 | 101 | 41 | 26 | 35 |
| Binary | 1011010 | 1001011 | 111001 | 0 | 10001 | 100101 | 1000001 | 100001 | 10110 | 11101 |
Color Harmonies of #5A4B39
Complementary color
Monochromatic Colors of #5A4B39
Black with #5A4B39
Text Example
Text Example
White with #5A4B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4B39; }
p { color: rgb(90,75,57); }
H1.HeaderClassName
{
color: #5A4B39;
}
.AnyTagClassName
{
color: #5A4B39;
}
</style>
background-color css
<style>
a { background-color: #5A4B39; }
a { background-color: rgb(90,75,57); }
div.DivClassName
{
background-color: #5A4B39;
}
.BgClassName
{
background-color: #5A4B39;
}
</style>
border-color css
<style>
span { border-color: #5A4B39; }
span { border-color: rgb(90,75,57); }
td.TdClassName
{
border-color: #5A4B39;
}
.TagClassName
{
border-color: #5A4B39;
}
</style>