Shades of Deep Bronze #523D28
Tints of Deep Bronze #523D28
RGB
CMYK
RGB Variations
Color information
#523D28 (or 0x523D28) is known color: Deep Bronze. HEX triplet: 52, 3D and 28. RGB value is (82,61,40). Sum of RGB (Red+Green+Blue) = 82+61+40=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #523D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D28 is #ADC2D7. Grayscale: #404040. Windows color (decimal): -11387608 or 2637138. OLE color: 2637138.
HSL color Cylindrical-coordinate representation of color #523D28: hue angle of 30º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #523D28 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 61 | 40 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.68 |
| HSL | 30º | 0.34% | 0.24% | - |
| HSV(B) | 30º | 0.51% | 0.32% | - |
| XYZ | 5.53 | 5.28 | 2.74 | - |
| YUV | 64.89 | 113.96 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 61 | 40 | 0 | 0.26 | 0.51 | 0.68 | 30 | 0.34 | 0.24 |
| Hex | 52 | 3D | 28 | 0 | 1A | 33 | 44 | 1E | 22 | 18 |
| Octal | 122 | 75 | 50 | 0 | 32 | 63 | 104 | 36 | 42 | 30 |
| Binary | 1010010 | 111101 | 101000 | 0 | 11010 | 110011 | 1000100 | 11110 | 100010 | 11000 |
Color Harmonies of #523D28
Complementary color
Monochromatic Colors of #523D28
Black with #523D28
Text Example
Text Example
White with #523D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523D28; }
p { color: rgb(82,61,40); }
H1.HeaderClassName
{
color: #523D28;
}
.AnyTagClassName
{
color: #523D28;
}
</style>
background-color css
<style>
a { background-color: #523D28; }
a { background-color: rgb(82,61,40); }
div.DivClassName
{
background-color: #523D28;
}
.BgClassName
{
background-color: #523D28;
}
</style>
border-color css
<style>
span { border-color: #523D28; }
span { border-color: rgb(82,61,40); }
td.TdClassName
{
border-color: #523D28;
}
.TagClassName
{
border-color: #523D28;
}
</style>