Shades of Metallic Bronze #534A3B
Tints of Metallic Bronze #534A3B
RGB
CMYK
RGB Variations
Color information
#534A3B (or 0x534A3B) is known color: Metallic Bronze. HEX triplet: 53, 4A and 3B. RGB value is (83,74,59). Sum of RGB (Red+Green+Blue) = 83+74+59=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 59 (23.44% from 255 or 27.31% from 216); Max value from RGB is 83 - color contains mainly: red. Hex color #534A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A3B is #ACB5C4. Grayscale: #4B4B4B. Windows color (decimal): -11318725 or 3885651. OLE color: 3885651.
HSL color Cylindrical-coordinate representation of color #534A3B: hue angle of 37.5º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #534A3B is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 74 | 59 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.67 |
| HSL | 37.5º | 0.17% | 0.28% | - |
| HSV(B) | 37.5º | 0.29% | 0.33% | - |
| XYZ | 6.81 | 7.05 | 5.14 | - |
| YUV | 74.98 | 118.98 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 59 | 0 | 0.11 | 0.29 | 0.67 | 37.5 | 0.17 | 0.28 |
| Hex | 53 | 4A | 3B | 0 | B | 1D | 43 | 26 | 11 | 1C |
| Octal | 123 | 112 | 73 | 0 | 13 | 35 | 103 | 46 | 21 | 34 |
| Binary | 1010011 | 1001010 | 111011 | 0 | 1011 | 11101 | 1000011 | 100110 | 10001 | 11100 |
Color Harmonies of #534A3B
Complementary color
Monochromatic Colors of #534A3B
Black with #534A3B
Text Example
Text Example
White with #534A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A3B; }
p { color: rgb(83,74,59); }
H1.HeaderClassName
{
color: #534A3B;
}
.AnyTagClassName
{
color: #534A3B;
}
</style>
background-color css
<style>
a { background-color: #534A3B; }
a { background-color: rgb(83,74,59); }
div.DivClassName
{
background-color: #534A3B;
}
.BgClassName
{
background-color: #534A3B;
}
</style>
border-color css
<style>
span { border-color: #534A3B; }
span { border-color: rgb(83,74,59); }
td.TdClassName
{
border-color: #534A3B;
}
.TagClassName
{
border-color: #534A3B;
}
</style>