Shades of Metallic Bronze #524B3C
Tints of Metallic Bronze #524B3C
RGB
CMYK
RGB Variations
Color information
#524B3C (or 0x524B3C) is known color: Metallic Bronze. HEX triplet: 52, 4B and 3C. RGB value is (82,75,60). Sum of RGB (Red+Green+Blue) = 82+75+60=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 82 - color contains mainly: red. Hex color #524B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524B3C is #ADB4C3. Grayscale: #4B4B4B. Windows color (decimal): -11384004 or 3951442. OLE color: 3951442.
HSL color Cylindrical-coordinate representation of color #524B3C: hue angle of 40.91º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #524B3C is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 75 | 60 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.68 |
| HSL | 40.91º | 0.15% | 0.28% | - |
| HSV(B) | 40.91º | 0.27% | 0.32% | - |
| XYZ | 6.81 | 7.15 | 5.3 | - |
| YUV | 75.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 75 | 60 | 0 | 0.09 | 0.27 | 0.68 | 40.91 | 0.15 | 0.28 |
| Hex | 52 | 4B | 3C | 0 | 9 | 1B | 44 | 29 | F | 1C |
| Octal | 122 | 113 | 74 | 0 | 11 | 33 | 104 | 51 | 17 | 34 |
| Binary | 1010010 | 1001011 | 111100 | 0 | 1001 | 11011 | 1000100 | 101001 | 1111 | 11100 |
Color Harmonies of #524B3C
Complementary color
Monochromatic Colors of #524B3C
Black with #524B3C
Text Example
Text Example
White with #524B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524B3C; }
p { color: rgb(82,75,60); }
H1.HeaderClassName
{
color: #524B3C;
}
.AnyTagClassName
{
color: #524B3C;
}
</style>
background-color css
<style>
a { background-color: #524B3C; }
a { background-color: rgb(82,75,60); }
div.DivClassName
{
background-color: #524B3C;
}
.BgClassName
{
background-color: #524B3C;
}
</style>
border-color css
<style>
span { border-color: #524B3C; }
span { border-color: rgb(82,75,60); }
td.TdClassName
{
border-color: #524B3C;
}
.TagClassName
{
border-color: #524B3C;
}
</style>