Shades of Metallic Bronze #5A4A33
Tints of Metallic Bronze #5A4A33
RGB
CMYK
RGB Variations
Color information
#5A4A33 (or 0x5A4A33) is known color: Metallic Bronze. HEX triplet: 5A, 4A and 33. RGB value is (90,74,51). Sum of RGB (Red+Green+Blue) = 90+74+51=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4A33 is #A5B5CC. Grayscale: #4C4C4C. Windows color (decimal): -10859981 or 3361370. OLE color: 3361370.
HSL color Cylindrical-coordinate representation of color #5A4A33: hue angle of 35.38º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A4A33 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 74 | 51 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.65 |
| HSL | 35.38º | 0.28% | 0.28% | - |
| HSV(B) | 35.38º | 0.43% | 0.35% | - |
| XYZ | 7.26 | 7.31 | 4.16 | - |
| YUV | 76.16 | 113.8 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 74 | 51 | 0 | 0.18 | 0.43 | 0.65 | 35.38 | 0.28 | 0.28 |
| Hex | 5A | 4A | 33 | 0 | 12 | 2B | 41 | 23 | 1C | 1C |
| Octal | 132 | 112 | 63 | 0 | 22 | 53 | 101 | 43 | 34 | 34 |
| Binary | 1011010 | 1001010 | 110011 | 0 | 10010 | 101011 | 1000001 | 100011 | 11100 | 11100 |
Color Harmonies of #5A4A33
Complementary color
Monochromatic Colors of #5A4A33
Black with #5A4A33
Text Example
Text Example
White with #5A4A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4A33; }
p { color: rgb(90,74,51); }
H1.HeaderClassName
{
color: #5A4A33;
}
.AnyTagClassName
{
color: #5A4A33;
}
</style>
background-color css
<style>
a { background-color: #5A4A33; }
a { background-color: rgb(90,74,51); }
div.DivClassName
{
background-color: #5A4A33;
}
.BgClassName
{
background-color: #5A4A33;
}
</style>
border-color css
<style>
span { border-color: #5A4A33; }
span { border-color: rgb(90,74,51); }
td.TdClassName
{
border-color: #5A4A33;
}
.TagClassName
{
border-color: #5A4A33;
}
</style>