Shades of Deep Bronze #523B23
Tints of Deep Bronze #523B23
RGB
CMYK
RGB Variations
Color information
#523B23 (or 0x523B23) is known color: Deep Bronze. HEX triplet: 52, 3B and 23. RGB value is (82,59,35). Sum of RGB (Red+Green+Blue) = 82+59+35=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 35 (14.06% from 255 or 19.89% from 176); Max value from RGB is 82 - color contains mainly: red. Hex color #523B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523B23 is #ADC4DC. Grayscale: #3F3F3F. Windows color (decimal): -11388125 or 2308946. OLE color: 2308946.
HSL color Cylindrical-coordinate representation of color #523B23: hue angle of 30.64º 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 #523B23 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 59 | 35 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.68 |
| HSL | 30.64º | 0.4% | 0.23% | - |
| HSV(B) | 30.64º | 0.57% | 0.32% | - |
| XYZ | 5.35 | 5.04 | 2.28 | - |
| YUV | 63.14 | 112.12 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 35 | 0 | 0.28 | 0.57 | 0.68 | 30.64 | 0.4 | 0.23 |
| Hex | 52 | 3B | 23 | 0 | 1C | 39 | 44 | 1F | 28 | 17 |
| Octal | 122 | 73 | 43 | 0 | 34 | 71 | 104 | 37 | 50 | 27 |
| Binary | 1010010 | 111011 | 100011 | 0 | 11100 | 111001 | 1000100 | 11111 | 101000 | 10111 |
Color Harmonies of #523B23
Complementary color
Monochromatic Colors of #523B23
Black with #523B23
Text Example
Text Example
White with #523B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523B23; }
p { color: rgb(82,59,35); }
H1.HeaderClassName
{
color: #523B23;
}
.AnyTagClassName
{
color: #523B23;
}
</style>
background-color css
<style>
a { background-color: #523B23; }
a { background-color: rgb(82,59,35); }
div.DivClassName
{
background-color: #523B23;
}
.BgClassName
{
background-color: #523B23;
}
</style>
border-color css
<style>
span { border-color: #523B23; }
span { border-color: rgb(82,59,35); }
td.TdClassName
{
border-color: #523B23;
}
.TagClassName
{
border-color: #523B23;
}
</style>