Shades of Deep Bronze #513E2B
Tints of Deep Bronze #513E2B
RGB
CMYK
RGB Variations
Color information
#513E2B (or 0x513E2B) is known color: Deep Bronze. HEX triplet: 51, 3E and 2B. RGB value is (81,62,43). Sum of RGB (Red+Green+Blue) = 81+62+43=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 62 (24.61% from 255 or 33.33% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 81 - color contains mainly: red. Hex color #513E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513E2B is #AEC1D4. Grayscale: #414141. Windows color (decimal): -11452885 or 2834001. OLE color: 2834001.
HSL color Cylindrical-coordinate representation of color #513E2B: hue angle of 30º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #513E2B is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 62 | 43 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.68 |
| HSL | 30º | 0.31% | 0.24% | - |
| HSV(B) | 30º | 0.47% | 0.32% | - |
| XYZ | 5.55 | 5.37 | 3.03 | - |
| YUV | 65.52 | 115.29 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 62 | 43 | 0 | 0.23 | 0.47 | 0.68 | 30 | 0.31 | 0.24 |
| Hex | 51 | 3E | 2B | 0 | 17 | 2F | 44 | 1E | 1F | 18 |
| Octal | 121 | 76 | 53 | 0 | 27 | 57 | 104 | 36 | 37 | 30 |
| Binary | 1010001 | 111110 | 101011 | 0 | 10111 | 101111 | 1000100 | 11110 | 11111 | 11000 |
Color Harmonies of #513E2B
Complementary color
Monochromatic Colors of #513E2B
Black with #513E2B
Text Example
Text Example
White with #513E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513E2B; }
p { color: rgb(81,62,43); }
H1.HeaderClassName
{
color: #513E2B;
}
.AnyTagClassName
{
color: #513E2B;
}
</style>
background-color css
<style>
a { background-color: #513E2B; }
a { background-color: rgb(81,62,43); }
div.DivClassName
{
background-color: #513E2B;
}
.BgClassName
{
background-color: #513E2B;
}
</style>
border-color css
<style>
span { border-color: #513E2B; }
span { border-color: rgb(81,62,43); }
td.TdClassName
{
border-color: #513E2B;
}
.TagClassName
{
border-color: #513E2B;
}
</style>