Shades of Deep Bronze #523E26
Tints of Deep Bronze #523E26
RGB
CMYK
RGB Variations
Color information
#523E26 (or 0x523E26) is known color: Deep Bronze. HEX triplet: 52, 3E and 26. RGB value is (82,62,38). Sum of RGB (Red+Green+Blue) = 82+62+38=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 62 (24.61% from 255 or 34.07% from 182); Blue value is 38 (15.23% from 255 or 20.88% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #523E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523E26 is #ADC1D9. Grayscale: #414141. Windows color (decimal): -11387354 or 2506322. OLE color: 2506322.
HSL color Cylindrical-coordinate representation of color #523E26: hue angle of 32.73º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #523E26 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 62 | 38 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.68 |
| HSL | 32.73º | 0.37% | 0.24% | - |
| HSV(B) | 32.73º | 0.54% | 0.32% | - |
| XYZ | 5.55 | 5.38 | 2.58 | - |
| YUV | 65.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 62 | 38 | 0 | 0.24 | 0.54 | 0.68 | 32.73 | 0.37 | 0.24 |
| Hex | 52 | 3E | 26 | 0 | 18 | 36 | 44 | 21 | 25 | 18 |
| Octal | 122 | 76 | 46 | 0 | 30 | 66 | 104 | 41 | 45 | 30 |
| Binary | 1010010 | 111110 | 100110 | 0 | 11000 | 110110 | 1000100 | 100001 | 100101 | 11000 |
Color Harmonies of #523E26
Complementary color
Monochromatic Colors of #523E26
Black with #523E26
Text Example
Text Example
White with #523E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523E26; }
p { color: rgb(82,62,38); }
H1.HeaderClassName
{
color: #523E26;
}
.AnyTagClassName
{
color: #523E26;
}
</style>
background-color css
<style>
a { background-color: #523E26; }
a { background-color: rgb(82,62,38); }
div.DivClassName
{
background-color: #523E26;
}
.BgClassName
{
background-color: #523E26;
}
</style>
border-color css
<style>
span { border-color: #523E26; }
span { border-color: rgb(82,62,38); }
td.TdClassName
{
border-color: #523E26;
}
.TagClassName
{
border-color: #523E26;
}
</style>