Shades of Metallic Bronze #574A36
Tints of Metallic Bronze #574A36
RGB
CMYK
RGB Variations
Color information
#574A36 (or 0x574A36) is known color: Metallic Bronze. HEX triplet: 57, 4A and 36. RGB value is (87,74,54). Sum of RGB (Red+Green+Blue) = 87+74+54=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 87 - color contains mainly: red. Hex color #574A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574A36 is #A8B5C9. Grayscale: #4B4B4B. Windows color (decimal): -11056586 or 3557975. OLE color: 3557975.
HSL color Cylindrical-coordinate representation of color #574A36: hue angle of 36.36º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #574A36 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 74 | 54 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.66 |
| HSL | 36.36º | 0.23% | 0.28% | - |
| HSV(B) | 36.36º | 0.38% | 0.34% | - |
| XYZ | 7.05 | 7.19 | 4.51 | - |
| YUV | 75.61 | 115.81 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 74 | 54 | 0 | 0.15 | 0.38 | 0.66 | 36.36 | 0.23 | 0.28 |
| Hex | 57 | 4A | 36 | 0 | F | 26 | 42 | 24 | 17 | 1C |
| Octal | 127 | 112 | 66 | 0 | 17 | 46 | 102 | 44 | 27 | 34 |
| Binary | 1010111 | 1001010 | 110110 | 0 | 1111 | 100110 | 1000010 | 100100 | 10111 | 11100 |
Color Harmonies of #574A36
Complementary color
Monochromatic Colors of #574A36
Black with #574A36
Text Example
Text Example
White with #574A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #574A36; }
p { color: rgb(87,74,54); }
H1.HeaderClassName
{
color: #574A36;
}
.AnyTagClassName
{
color: #574A36;
}
</style>
background-color css
<style>
a { background-color: #574A36; }
a { background-color: rgb(87,74,54); }
div.DivClassName
{
background-color: #574A36;
}
.BgClassName
{
background-color: #574A36;
}
</style>
border-color css
<style>
span { border-color: #574A36; }
span { border-color: rgb(87,74,54); }
td.TdClassName
{
border-color: #574A36;
}
.TagClassName
{
border-color: #574A36;
}
</style>