Shades of Deep Bronze #523E27
Tints of Deep Bronze #523E27
RGB
CMYK
RGB Variations
Color information
#523E27 (or 0x523E27) is known color: Deep Bronze. HEX triplet: 52, 3E and 27. RGB value is (82,62,39). Sum of RGB (Red+Green+Blue) = 82+62+39=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 39 (15.62% from 255 or 21.31% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #523E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523E27 is #ADC1D8. Grayscale: #414141. Windows color (decimal): -11387353 or 2571858. OLE color: 2571858.
HSL color Cylindrical-coordinate representation of color #523E27: hue angle of 32.09º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #523E27 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 62 | 39 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.68 |
| HSL | 32.09º | 0.36% | 0.24% | - |
| HSV(B) | 32.09º | 0.52% | 0.32% | - |
| XYZ | 5.57 | 5.39 | 2.67 | - |
| YUV | 65.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 62 | 39 | 0 | 0.24 | 0.52 | 0.68 | 32.09 | 0.36 | 0.24 |
| Hex | 52 | 3E | 27 | 0 | 18 | 34 | 44 | 20 | 24 | 18 |
| Octal | 122 | 76 | 47 | 0 | 30 | 64 | 104 | 40 | 44 | 30 |
| Binary | 1010010 | 111110 | 100111 | 0 | 11000 | 110100 | 1000100 | 100000 | 100100 | 11000 |
Color Harmonies of #523E27
Complementary color
Monochromatic Colors of #523E27
Black with #523E27
Text Example
Text Example
White with #523E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523E27; }
p { color: rgb(82,62,39); }
H1.HeaderClassName
{
color: #523E27;
}
.AnyTagClassName
{
color: #523E27;
}
</style>
background-color css
<style>
a { background-color: #523E27; }
a { background-color: rgb(82,62,39); }
div.DivClassName
{
background-color: #523E27;
}
.BgClassName
{
background-color: #523E27;
}
</style>
border-color css
<style>
span { border-color: #523E27; }
span { border-color: rgb(82,62,39); }
td.TdClassName
{
border-color: #523E27;
}
.TagClassName
{
border-color: #523E27;
}
</style>