Shades of Deep Bronze #513F2C
Tints of Deep Bronze #513F2C
RGB
CMYK
RGB Variations
Color information
#513F2C (or 0x513F2C) is known color: Deep Bronze. HEX triplet: 51, 3F and 2C. RGB value is (81,63,44). Sum of RGB (Red+Green+Blue) = 81+63+44=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 81 - color contains mainly: red. Hex color #513F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F2C is #AEC0D3. Grayscale: #424242. Windows color (decimal): -11452628 or 2899793. OLE color: 2899793.
HSL color Cylindrical-coordinate representation of color #513F2C: hue angle of 30.81º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #513F2C is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 63 | 44 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.68 |
| HSL | 30.81º | 0.3% | 0.25% | - |
| HSV(B) | 30.81º | 0.46% | 0.32% | - |
| XYZ | 5.63 | 5.49 | 3.15 | - |
| YUV | 66.22 | 115.46 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 44 | 0 | 0.22 | 0.46 | 0.68 | 30.81 | 0.3 | 0.25 |
| Hex | 51 | 3F | 2C | 0 | 16 | 2E | 44 | 1F | 1E | 19 |
| Octal | 121 | 77 | 54 | 0 | 26 | 56 | 104 | 37 | 36 | 31 |
| Binary | 1010001 | 111111 | 101100 | 0 | 10110 | 101110 | 1000100 | 11111 | 11110 | 11001 |
Color Harmonies of #513F2C
Complementary color
Monochromatic Colors of #513F2C
Black with #513F2C
Text Example
Text Example
White with #513F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513F2C; }
p { color: rgb(81,63,44); }
H1.HeaderClassName
{
color: #513F2C;
}
.AnyTagClassName
{
color: #513F2C;
}
</style>
background-color css
<style>
a { background-color: #513F2C; }
a { background-color: rgb(81,63,44); }
div.DivClassName
{
background-color: #513F2C;
}
.BgClassName
{
background-color: #513F2C;
}
</style>
border-color css
<style>
span { border-color: #513F2C; }
span { border-color: rgb(81,63,44); }
td.TdClassName
{
border-color: #513F2C;
}
.TagClassName
{
border-color: #513F2C;
}
</style>