Shades of Metallic Bronze #534836
Tints of Metallic Bronze #534836
RGB
CMYK
RGB Variations
Color information
#534836 (or 0x534836) is known color: Metallic Bronze. HEX triplet: 53, 48 and 36. RGB value is (83,72,54). Sum of RGB (Red+Green+Blue) = 83+72+54=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 54 (21.48% from 255 or 25.84% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #534836 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534836 is #ACB7C9. Grayscale: #494949. Windows color (decimal): -11319242 or 3557459. OLE color: 3557459.
HSL color Cylindrical-coordinate representation of color #534836: hue angle of 37.24º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #534836 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 72 | 54 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.67 |
| HSL | 37.24º | 0.21% | 0.27% | - |
| HSV(B) | 37.24º | 0.35% | 0.33% | - |
| XYZ | 6.55 | 6.74 | 4.45 | - |
| YUV | 73.24 | 117.14 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 54 | 0 | 0.13 | 0.35 | 0.67 | 37.24 | 0.21 | 0.27 |
| Hex | 53 | 48 | 36 | 0 | D | 23 | 43 | 25 | 15 | 1B |
| Octal | 123 | 110 | 66 | 0 | 15 | 43 | 103 | 45 | 25 | 33 |
| Binary | 1010011 | 1001000 | 110110 | 0 | 1101 | 100011 | 1000011 | 100101 | 10101 | 11011 |
Color Harmonies of #534836
Complementary color
Monochromatic Colors of #534836
Black with #534836
Text Example
Text Example
White with #534836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534836; }
p { color: rgb(83,72,54); }
H1.HeaderClassName
{
color: #534836;
}
.AnyTagClassName
{
color: #534836;
}
</style>
background-color css
<style>
a { background-color: #534836; }
a { background-color: rgb(83,72,54); }
div.DivClassName
{
background-color: #534836;
}
.BgClassName
{
background-color: #534836;
}
</style>
border-color css
<style>
span { border-color: #534836; }
span { border-color: rgb(83,72,54); }
td.TdClassName
{
border-color: #534836;
}
.TagClassName
{
border-color: #534836;
}
</style>