Shades of Metallic Bronze #534939
Tints of Metallic Bronze #534939
RGB
CMYK
RGB Variations
Color information
#534939 (or 0x534939) is known color: Metallic Bronze. HEX triplet: 53, 49 and 39. RGB value is (83,73,57). Sum of RGB (Red+Green+Blue) = 83+73+57=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 57 (22.66% from 255 or 26.76% from 213); Max value from RGB is 83 - color contains mainly: red. Hex color #534939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534939 is #ACB6C6. Grayscale: #4A4A4A. Windows color (decimal): -11318983 or 3754323. OLE color: 3754323.
HSL color Cylindrical-coordinate representation of color #534939: hue angle of 36.92º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #534939 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 73 | 57 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.67 |
| HSL | 36.92º | 0.19% | 0.27% | - |
| HSV(B) | 36.92º | 0.31% | 0.33% | - |
| XYZ | 6.69 | 6.9 | 4.85 | - |
| YUV | 74.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 57 | 0 | 0.12 | 0.31 | 0.67 | 36.92 | 0.19 | 0.27 |
| Hex | 53 | 49 | 39 | 0 | C | 1F | 43 | 25 | 13 | 1B |
| Octal | 123 | 111 | 71 | 0 | 14 | 37 | 103 | 45 | 23 | 33 |
| Binary | 1010011 | 1001001 | 111001 | 0 | 1100 | 11111 | 1000011 | 100101 | 10011 | 11011 |
Color Harmonies of #534939
Complementary color
Monochromatic Colors of #534939
Black with #534939
Text Example
Text Example
White with #534939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534939; }
p { color: rgb(83,73,57); }
H1.HeaderClassName
{
color: #534939;
}
.AnyTagClassName
{
color: #534939;
}
</style>
background-color css
<style>
a { background-color: #534939; }
a { background-color: rgb(83,73,57); }
div.DivClassName
{
background-color: #534939;
}
.BgClassName
{
background-color: #534939;
}
</style>
border-color css
<style>
span { border-color: #534939; }
span { border-color: rgb(83,73,57); }
td.TdClassName
{
border-color: #534939;
}
.TagClassName
{
border-color: #534939;
}
</style>