Shades of Deep Bronze #513C24
Tints of Deep Bronze #513C24
RGB
CMYK
RGB Variations
Color information
#513C24 (or 0x513C24) is known color: Deep Bronze. HEX triplet: 51, 3C and 24. RGB value is (81,60,36). Sum of RGB (Red+Green+Blue) = 81+60+36=177 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.76% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 36 (14.45% from 255 or 20.34% from 177); Max value from RGB is 81 - color contains mainly: red. Hex color #513C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C24 is #AEC3DB. Grayscale: #3F3F3F. Windows color (decimal): -11453404 or 2374737. OLE color: 2374737.
HSL color Cylindrical-coordinate representation of color #513C24: hue angle of 32º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #513C24 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 60 | 36 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.68 |
| HSL | 32º | 0.38% | 0.23% | - |
| HSV(B) | 32º | 0.56% | 0.32% | - |
| XYZ | 5.33 | 5.11 | 2.37 | - |
| YUV | 63.54 | 112.46 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 60 | 36 | 0 | 0.26 | 0.56 | 0.68 | 32 | 0.38 | 0.23 |
| Hex | 51 | 3C | 24 | 0 | 1A | 38 | 44 | 20 | 26 | 17 |
| Octal | 121 | 74 | 44 | 0 | 32 | 70 | 104 | 40 | 46 | 27 |
| Binary | 1010001 | 111100 | 100100 | 0 | 11010 | 111000 | 1000100 | 100000 | 100110 | 10111 |
Color Harmonies of #513C24
Complementary color
Monochromatic Colors of #513C24
Black with #513C24
Text Example
Text Example
White with #513C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513C24; }
p { color: rgb(81,60,36); }
H1.HeaderClassName
{
color: #513C24;
}
.AnyTagClassName
{
color: #513C24;
}
</style>
background-color css
<style>
a { background-color: #513C24; }
a { background-color: rgb(81,60,36); }
div.DivClassName
{
background-color: #513C24;
}
.BgClassName
{
background-color: #513C24;
}
</style>
border-color css
<style>
span { border-color: #513C24; }
span { border-color: rgb(81,60,36); }
td.TdClassName
{
border-color: #513C24;
}
.TagClassName
{
border-color: #513C24;
}
</style>