Shades of Deep Bronze #523D2C
Tints of Deep Bronze #523D2C
RGB
CMYK
RGB Variations
Color information
#523D2C (or 0x523D2C) is known color: Deep Bronze. HEX triplet: 52, 3D and 2C. RGB value is (82,61,44). Sum of RGB (Red+Green+Blue) = 82+61+44=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 82 - color contains mainly: red. Hex color #523D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D2C is #ADC2D3. Grayscale: #414141. Windows color (decimal): -11387604 or 2899282. OLE color: 2899282.
HSL color Cylindrical-coordinate representation of color #523D2C: hue angle of 26.84º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #523D2C is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 61 | 44 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.68 |
| HSL | 26.84º | 0.3% | 0.25% | - |
| HSV(B) | 26.84º | 0.46% | 0.32% | - |
| XYZ | 5.6 | 5.31 | 3.11 | - |
| YUV | 65.34 | 115.96 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 61 | 44 | 0 | 0.26 | 0.46 | 0.68 | 26.84 | 0.3 | 0.25 |
| Hex | 52 | 3D | 2C | 0 | 1A | 2E | 44 | 1B | 1E | 19 |
| Octal | 122 | 75 | 54 | 0 | 32 | 56 | 104 | 33 | 36 | 31 |
| Binary | 1010010 | 111101 | 101100 | 0 | 11010 | 101110 | 1000100 | 11011 | 11110 | 11001 |
Color Harmonies of #523D2C
Complementary color
Monochromatic Colors of #523D2C
Black with #523D2C
Text Example
Text Example
White with #523D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523D2C; }
p { color: rgb(82,61,44); }
H1.HeaderClassName
{
color: #523D2C;
}
.AnyTagClassName
{
color: #523D2C;
}
</style>
background-color css
<style>
a { background-color: #523D2C; }
a { background-color: rgb(82,61,44); }
div.DivClassName
{
background-color: #523D2C;
}
.BgClassName
{
background-color: #523D2C;
}
</style>
border-color css
<style>
span { border-color: #523D2C; }
span { border-color: rgb(82,61,44); }
td.TdClassName
{
border-color: #523D2C;
}
.TagClassName
{
border-color: #523D2C;
}
</style>