Shades of Metallic Bronze #534B3D
Tints of Metallic Bronze #534B3D
RGB
CMYK
RGB Variations
Color information
#534B3D (or 0x534B3D) is known color: Metallic Bronze. HEX triplet: 53, 4B and 3D. RGB value is (83,75,61). Sum of RGB (Red+Green+Blue) = 83+75+61=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 75 (29.69% from 255 or 34.25% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 83 - color contains mainly: red. Hex color #534B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B3D is #ACB4C2. Grayscale: #4B4B4B. Windows color (decimal): -11318467 or 4016979. OLE color: 4016979.
HSL color Cylindrical-coordinate representation of color #534B3D: hue angle of 38.18º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #534B3D is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 75 | 61 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.67 |
| HSL | 38.18º | 0.15% | 0.28% | - |
| HSV(B) | 38.18º | 0.27% | 0.33% | - |
| XYZ | 6.93 | 7.21 | 5.44 | - |
| YUV | 75.8 | 119.65 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 61 | 0 | 0.10 | 0.27 | 0.67 | 38.18 | 0.15 | 0.28 |
| Hex | 53 | 4B | 3D | 0 | A | 1B | 43 | 26 | F | 1C |
| Octal | 123 | 113 | 75 | 0 | 12 | 33 | 103 | 46 | 17 | 34 |
| Binary | 1010011 | 1001011 | 111101 | 0 | 1010 | 11011 | 1000011 | 100110 | 1111 | 11100 |
Color Harmonies of #534B3D
Complementary color
Monochromatic Colors of #534B3D
Black with #534B3D
Text Example
Text Example
White with #534B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B3D; }
p { color: rgb(83,75,61); }
H1.HeaderClassName
{
color: #534B3D;
}
.AnyTagClassName
{
color: #534B3D;
}
</style>
background-color css
<style>
a { background-color: #534B3D; }
a { background-color: rgb(83,75,61); }
div.DivClassName
{
background-color: #534B3D;
}
.BgClassName
{
background-color: #534B3D;
}
</style>
border-color css
<style>
span { border-color: #534B3D; }
span { border-color: rgb(83,75,61); }
td.TdClassName
{
border-color: #534B3D;
}
.TagClassName
{
border-color: #534B3D;
}
</style>