Shades of Metallic Bronze #5A4A36
Tints of Metallic Bronze #5A4A36
RGB
CMYK
RGB Variations
Color information
#5A4A36 (or 0x5A4A36) is known color: Metallic Bronze. HEX triplet: 5A, 4A and 36. RGB value is (90,74,54). Sum of RGB (Red+Green+Blue) = 90+74+54=218 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.28% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 54 (21.48% from 255 or 24.77% from 218); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4A36 is #A5B5C9. Grayscale: #4C4C4C. Windows color (decimal): -10859978 or 3557978. OLE color: 3557978.
HSL color Cylindrical-coordinate representation of color #5A4A36: hue angle of 33.33º 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 #5A4A36 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 74 | 54 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.65 |
| HSL | 33.33º | 0.25% | 0.28% | - |
| HSV(B) | 33.33º | 0.4% | 0.35% | - |
| XYZ | 7.33 | 7.34 | 4.52 | - |
| YUV | 76.5 | 115.3 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 74 | 54 | 0 | 0.18 | 0.40 | 0.65 | 33.33 | 0.25 | 0.28 |
| Hex | 5A | 4A | 36 | 0 | 12 | 28 | 41 | 21 | 19 | 1C |
| Octal | 132 | 112 | 66 | 0 | 22 | 50 | 101 | 41 | 31 | 34 |
| Binary | 1011010 | 1001010 | 110110 | 0 | 10010 | 101000 | 1000001 | 100001 | 11001 | 11100 |
Color Harmonies of #5A4A36
Complementary color
Monochromatic Colors of #5A4A36
Black with #5A4A36
Text Example
Text Example
White with #5A4A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4A36; }
p { color: rgb(90,74,54); }
H1.HeaderClassName
{
color: #5A4A36;
}
.AnyTagClassName
{
color: #5A4A36;
}
</style>
background-color css
<style>
a { background-color: #5A4A36; }
a { background-color: rgb(90,74,54); }
div.DivClassName
{
background-color: #5A4A36;
}
.BgClassName
{
background-color: #5A4A36;
}
</style>
border-color css
<style>
span { border-color: #5A4A36; }
span { border-color: rgb(90,74,54); }
td.TdClassName
{
border-color: #5A4A36;
}
.TagClassName
{
border-color: #5A4A36;
}
</style>