Shades of Deep Bronze #523F2B
Tints of Deep Bronze #523F2B
RGB
CMYK
RGB Variations
Color information
#523F2B (or 0x523F2B) is known color: Deep Bronze. HEX triplet: 52, 3F and 2B. RGB value is (82,63,43). Sum of RGB (Red+Green+Blue) = 82+63+43=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 82 - color contains mainly: red. Hex color #523F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523F2B is #ADC0D4. Grayscale: #424242. Windows color (decimal): -11387093 or 2834258. OLE color: 2834258.
HSL color Cylindrical-coordinate representation of color #523F2B: hue angle of 30.77º 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 #523F2B is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 63 | 43 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.68 |
| HSL | 30.77º | 0.31% | 0.25% | - |
| HSV(B) | 30.77º | 0.48% | 0.32% | - |
| XYZ | 5.69 | 5.52 | 3.05 | - |
| YUV | 66.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 63 | 43 | 0 | 0.23 | 0.48 | 0.68 | 30.77 | 0.31 | 0.25 |
| Hex | 52 | 3F | 2B | 0 | 17 | 30 | 44 | 1F | 1F | 19 |
| Octal | 122 | 77 | 53 | 0 | 27 | 60 | 104 | 37 | 37 | 31 |
| Binary | 1010010 | 111111 | 101011 | 0 | 10111 | 110000 | 1000100 | 11111 | 11111 | 11001 |
Color Harmonies of #523F2B
Complementary color
Monochromatic Colors of #523F2B
Black with #523F2B
Text Example
Text Example
White with #523F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523F2B; }
p { color: rgb(82,63,43); }
H1.HeaderClassName
{
color: #523F2B;
}
.AnyTagClassName
{
color: #523F2B;
}
</style>
background-color css
<style>
a { background-color: #523F2B; }
a { background-color: rgb(82,63,43); }
div.DivClassName
{
background-color: #523F2B;
}
.BgClassName
{
background-color: #523F2B;
}
</style>
border-color css
<style>
span { border-color: #523F2B; }
span { border-color: rgb(82,63,43); }
td.TdClassName
{
border-color: #523F2B;
}
.TagClassName
{
border-color: #523F2B;
}
</style>