Shades of Metallic Bronze #534636
Tints of Metallic Bronze #534636
RGB
CMYK
RGB Variations
Color information
#534636 (or 0x534636) is known color: Metallic Bronze. HEX triplet: 53, 46 and 36. RGB value is (83,70,54). Sum of RGB (Red+Green+Blue) = 83+70+54=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 83 - color contains mainly: red. Hex color #534636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534636 is #ACB9C9. Grayscale: #484848. Windows color (decimal): -11319754 or 3556947. OLE color: 3556947.
HSL color Cylindrical-coordinate representation of color #534636: hue angle of 33.1º 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 #534636 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 70 | 54 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.67 |
| HSL | 33.1º | 0.21% | 0.27% | - |
| HSV(B) | 33.1º | 0.35% | 0.33% | - |
| XYZ | 6.42 | 6.49 | 4.4 | - |
| YUV | 72.06 | 117.81 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 54 | 0 | 0.16 | 0.35 | 0.67 | 33.1 | 0.21 | 0.27 |
| Hex | 53 | 46 | 36 | 0 | 10 | 23 | 43 | 21 | 15 | 1B |
| Octal | 123 | 106 | 66 | 0 | 20 | 43 | 103 | 41 | 25 | 33 |
| Binary | 1010011 | 1000110 | 110110 | 0 | 10000 | 100011 | 1000011 | 100001 | 10101 | 11011 |
Color Harmonies of #534636
Complementary color
Monochromatic Colors of #534636
Black with #534636
Text Example
Text Example
White with #534636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534636; }
p { color: rgb(83,70,54); }
H1.HeaderClassName
{
color: #534636;
}
.AnyTagClassName
{
color: #534636;
}
</style>
background-color css
<style>
a { background-color: #534636; }
a { background-color: rgb(83,70,54); }
div.DivClassName
{
background-color: #534636;
}
.BgClassName
{
background-color: #534636;
}
</style>
border-color css
<style>
span { border-color: #534636; }
span { border-color: rgb(83,70,54); }
td.TdClassName
{
border-color: #534636;
}
.TagClassName
{
border-color: #534636;
}
</style>