Shades of Deep Bronze #523D2B
Tints of Deep Bronze #523D2B
RGB
CMYK
RGB Variations
Color information
#523D2B (or 0x523D2B) is known color: Deep Bronze. HEX triplet: 52, 3D and 2B. RGB value is (82,61,43). Sum of RGB (Red+Green+Blue) = 82+61+43=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 61 (24.22% from 255 or 32.80% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 82 - color contains mainly: red. Hex color #523D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D2B is #ADC2D4. Grayscale: #414141. Windows color (decimal): -11387605 or 2833746. OLE color: 2833746.
HSL color Cylindrical-coordinate representation of color #523D2B: hue angle of 27.69º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #523D2B is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 61 | 43 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.68 |
| HSL | 27.69º | 0.31% | 0.25% | - |
| HSV(B) | 27.69º | 0.48% | 0.32% | - |
| XYZ | 5.58 | 5.31 | 3.02 | - |
| YUV | 65.23 | 115.46 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 61 | 43 | 0 | 0.26 | 0.48 | 0.68 | 27.69 | 0.31 | 0.25 |
| Hex | 52 | 3D | 2B | 0 | 1A | 30 | 44 | 1C | 1F | 19 |
| Octal | 122 | 75 | 53 | 0 | 32 | 60 | 104 | 34 | 37 | 31 |
| Binary | 1010010 | 111101 | 101011 | 0 | 11010 | 110000 | 1000100 | 11100 | 11111 | 11001 |
Color Harmonies of #523D2B
Complementary color
Monochromatic Colors of #523D2B
Black with #523D2B
Text Example
Text Example
White with #523D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523D2B; }
p { color: rgb(82,61,43); }
H1.HeaderClassName
{
color: #523D2B;
}
.AnyTagClassName
{
color: #523D2B;
}
</style>
background-color css
<style>
a { background-color: #523D2B; }
a { background-color: rgb(82,61,43); }
div.DivClassName
{
background-color: #523D2B;
}
.BgClassName
{
background-color: #523D2B;
}
</style>
border-color css
<style>
span { border-color: #523D2B; }
span { border-color: rgb(82,61,43); }
td.TdClassName
{
border-color: #523D2B;
}
.TagClassName
{
border-color: #523D2B;
}
</style>