Shades of Metallic Bronze #514A3C
Tints of Metallic Bronze #514A3C
RGB
CMYK
RGB Variations
Color information
#514A3C (or 0x514A3C) is known color: Metallic Bronze. HEX triplet: 51, 4A and 3C. RGB value is (81,74,60). Sum of RGB (Red+Green+Blue) = 81+74+60=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 81 - color contains mainly: red. Hex color #514A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A3C is #AEB5C3. Grayscale: #4A4A4A. Windows color (decimal): -11449796 or 3951185. OLE color: 3951185.
HSL color Cylindrical-coordinate representation of color #514A3C: hue angle of 40º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #514A3C is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 74 | 60 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.68 |
| HSL | 40º | 0.15% | 0.28% | - |
| HSV(B) | 40º | 0.26% | 0.32% | - |
| XYZ | 6.66 | 6.97 | 5.27 | - |
| YUV | 74.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 74 | 60 | 0 | 0.09 | 0.26 | 0.68 | 40 | 0.15 | 0.28 |
| Hex | 51 | 4A | 3C | 0 | 9 | 1A | 44 | 28 | F | 1C |
| Octal | 121 | 112 | 74 | 0 | 11 | 32 | 104 | 50 | 17 | 34 |
| Binary | 1010001 | 1001010 | 111100 | 0 | 1001 | 11010 | 1000100 | 101000 | 1111 | 11100 |
Color Harmonies of #514A3C
Complementary color
Monochromatic Colors of #514A3C
Black with #514A3C
Text Example
Text Example
White with #514A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514A3C; }
p { color: rgb(81,74,60); }
H1.HeaderClassName
{
color: #514A3C;
}
.AnyTagClassName
{
color: #514A3C;
}
</style>
background-color css
<style>
a { background-color: #514A3C; }
a { background-color: rgb(81,74,60); }
div.DivClassName
{
background-color: #514A3C;
}
.BgClassName
{
background-color: #514A3C;
}
</style>
border-color css
<style>
span { border-color: #514A3C; }
span { border-color: rgb(81,74,60); }
td.TdClassName
{
border-color: #514A3C;
}
.TagClassName
{
border-color: #514A3C;
}
</style>