Shades of Deep Bronze #513C23
Tints of Deep Bronze #513C23
RGB
CMYK
RGB Variations
Color information
#513C23 (or 0x513C23) is known color: Deep Bronze. HEX triplet: 51, 3C and 23. RGB value is (81,60,35). Sum of RGB (Red+Green+Blue) = 81+60+35=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 35 (14.06% from 255 or 19.89% from 176); Max value from RGB is 81 - color contains mainly: red. Hex color #513C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C23 is #AEC3DC. Grayscale: #3F3F3F. Windows color (decimal): -11453405 or 2309201. OLE color: 2309201.
HSL color Cylindrical-coordinate representation of color #513C23: hue angle of 32.61º 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 #513C23 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 60 | 35 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.68 |
| HSL | 32.61º | 0.4% | 0.23% | - |
| HSV(B) | 32.61º | 0.57% | 0.32% | - |
| XYZ | 5.31 | 5.1 | 2.29 | - |
| YUV | 63.43 | 111.96 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 60 | 35 | 0 | 0.26 | 0.57 | 0.68 | 32.61 | 0.4 | 0.23 |
| Hex | 51 | 3C | 23 | 0 | 1A | 39 | 44 | 21 | 28 | 17 |
| Octal | 121 | 74 | 43 | 0 | 32 | 71 | 104 | 41 | 50 | 27 |
| Binary | 1010001 | 111100 | 100011 | 0 | 11010 | 111001 | 1000100 | 100001 | 101000 | 10111 |
Color Harmonies of #513C23
Complementary color
Monochromatic Colors of #513C23
Black with #513C23
Text Example
Text Example
White with #513C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513C23; }
p { color: rgb(81,60,35); }
H1.HeaderClassName
{
color: #513C23;
}
.AnyTagClassName
{
color: #513C23;
}
</style>
background-color css
<style>
a { background-color: #513C23; }
a { background-color: rgb(81,60,35); }
div.DivClassName
{
background-color: #513C23;
}
.BgClassName
{
background-color: #513C23;
}
</style>
border-color css
<style>
span { border-color: #513C23; }
span { border-color: rgb(81,60,35); }
td.TdClassName
{
border-color: #513C23;
}
.TagClassName
{
border-color: #513C23;
}
</style>