Shades of Deep Bronze #523F23
Tints of Deep Bronze #523F23
RGB
CMYK
RGB Variations
Color information
#523F23 (or 0x523F23) is known color: Deep Bronze. HEX triplet: 52, 3F and 23. RGB value is (82,63,35). Sum of RGB (Red+Green+Blue) = 82+63+35=180 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.56% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 35 (14.06% from 255 or 19.44% from 180); Max value from RGB is 82 - color contains mainly: red. Hex color #523F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523F23 is #ADC0DC. Grayscale: #414141. Windows color (decimal): -11387101 or 2309970. OLE color: 2309970.
HSL color Cylindrical-coordinate representation of color #523F23: hue angle of 35.74º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #523F23 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 63 | 35 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.68 |
| HSL | 35.74º | 0.4% | 0.23% | - |
| HSV(B) | 35.74º | 0.57% | 0.32% | - |
| XYZ | 5.56 | 5.47 | 2.35 | - |
| YUV | 65.49 | 110.79 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 63 | 35 | 0 | 0.23 | 0.57 | 0.68 | 35.74 | 0.4 | 0.23 |
| Hex | 52 | 3F | 23 | 0 | 17 | 39 | 44 | 24 | 28 | 17 |
| Octal | 122 | 77 | 43 | 0 | 27 | 71 | 104 | 44 | 50 | 27 |
| Binary | 1010010 | 111111 | 100011 | 0 | 10111 | 111001 | 1000100 | 100100 | 101000 | 10111 |
Color Harmonies of #523F23
Complementary color
Monochromatic Colors of #523F23
Black with #523F23
Text Example
Text Example
White with #523F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523F23; }
p { color: rgb(82,63,35); }
H1.HeaderClassName
{
color: #523F23;
}
.AnyTagClassName
{
color: #523F23;
}
</style>
background-color css
<style>
a { background-color: #523F23; }
a { background-color: rgb(82,63,35); }
div.DivClassName
{
background-color: #523F23;
}
.BgClassName
{
background-color: #523F23;
}
</style>
border-color css
<style>
span { border-color: #523F23; }
span { border-color: rgb(82,63,35); }
td.TdClassName
{
border-color: #523F23;
}
.TagClassName
{
border-color: #523F23;
}
</style>