Shades of Metallic Bronze #534735
Tints of Metallic Bronze #534735
RGB
CMYK
RGB Variations
Color information
#534735 (or 0x534735) is known color: Metallic Bronze. HEX triplet: 53, 47 and 35. RGB value is (83,71,53). Sum of RGB (Red+Green+Blue) = 83+71+53=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 83 - color contains mainly: red. Hex color #534735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534735 is #ACB8CA. Grayscale: #484848. Windows color (decimal): -11319499 or 3491667. OLE color: 3491667.
HSL color Cylindrical-coordinate representation of color #534735: hue angle of 36º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #534735 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 71 | 53 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.67 |
| HSL | 36º | 0.22% | 0.27% | - |
| HSV(B) | 36º | 0.36% | 0.33% | - |
| XYZ | 6.46 | 6.6 | 4.3 | - |
| YUV | 72.54 | 116.98 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 71 | 53 | 0 | 0.14 | 0.36 | 0.67 | 36 | 0.22 | 0.27 |
| Hex | 53 | 47 | 35 | 0 | E | 24 | 43 | 24 | 16 | 1B |
| Octal | 123 | 107 | 65 | 0 | 16 | 44 | 103 | 44 | 26 | 33 |
| Binary | 1010011 | 1000111 | 110101 | 0 | 1110 | 100100 | 1000011 | 100100 | 10110 | 11011 |
Color Harmonies of #534735
Complementary color
Monochromatic Colors of #534735
Black with #534735
Text Example
Text Example
White with #534735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534735; }
p { color: rgb(83,71,53); }
H1.HeaderClassName
{
color: #534735;
}
.AnyTagClassName
{
color: #534735;
}
</style>
background-color css
<style>
a { background-color: #534735; }
a { background-color: rgb(83,71,53); }
div.DivClassName
{
background-color: #534735;
}
.BgClassName
{
background-color: #534735;
}
</style>
border-color css
<style>
span { border-color: #534735; }
span { border-color: rgb(83,71,53); }
td.TdClassName
{
border-color: #534735;
}
.TagClassName
{
border-color: #534735;
}
</style>