Shades of Deep Bronze #513D20
Tints of Deep Bronze #513D20
RGB
CMYK
RGB Variations
Color information
#513D20 (or 0x513D20) is known color: Deep Bronze. HEX triplet: 51, 3D and 20. RGB value is (81,61,32). Sum of RGB (Red+Green+Blue) = 81+61+32=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #513D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513D20 is #AEC2DF. Grayscale: #3F3F3F. Windows color (decimal): -11453152 or 2112849. OLE color: 2112849.
HSL color Cylindrical-coordinate representation of color #513D20: hue angle of 35.51º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #513D20 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 61 | 32 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.68 |
| HSL | 35.51º | 0.43% | 0.22% | - |
| HSV(B) | 35.51º | 0.6% | 0.32% | - |
| XYZ | 5.32 | 5.19 | 2.09 | - |
| YUV | 63.67 | 110.13 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 61 | 32 | 0 | 0.25 | 0.60 | 0.68 | 35.51 | 0.43 | 0.22 |
| Hex | 51 | 3D | 20 | 0 | 19 | 3C | 44 | 24 | 2B | 16 |
| Octal | 121 | 75 | 40 | 0 | 31 | 74 | 104 | 44 | 53 | 26 |
| Binary | 1010001 | 111101 | 100000 | 0 | 11001 | 111100 | 1000100 | 100100 | 101011 | 10110 |
Color Harmonies of #513D20
Complementary color
Monochromatic Colors of #513D20
Black with #513D20
Text Example
Text Example
White with #513D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513D20; }
p { color: rgb(81,61,32); }
H1.HeaderClassName
{
color: #513D20;
}
.AnyTagClassName
{
color: #513D20;
}
</style>
background-color css
<style>
a { background-color: #513D20; }
a { background-color: rgb(81,61,32); }
div.DivClassName
{
background-color: #513D20;
}
.BgClassName
{
background-color: #513D20;
}
</style>
border-color css
<style>
span { border-color: #513D20; }
span { border-color: rgb(81,61,32); }
td.TdClassName
{
border-color: #513D20;
}
.TagClassName
{
border-color: #513D20;
}
</style>