Shades of Deep Bronze #513E2E
Tints of Deep Bronze #513E2E
RGB
CMYK
RGB Variations
Color information
#513E2E (or 0x513E2E) is known color: Deep Bronze. HEX triplet: 51, 3E and 2E. RGB value is (81,62,46). Sum of RGB (Red+Green+Blue) = 81+62+46=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 81 - color contains mainly: red. Hex color #513E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513E2E is #AEC1D1. Grayscale: #414141. Windows color (decimal): -11452882 or 3030609. OLE color: 3030609.
HSL color Cylindrical-coordinate representation of color #513E2E: hue angle of 27.43º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #513E2E is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 62 | 46 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.68 |
| HSL | 27.43º | 0.28% | 0.25% | - |
| HSV(B) | 27.43º | 0.43% | 0.32% | - |
| XYZ | 5.61 | 5.39 | 3.33 | - |
| YUV | 65.86 | 116.79 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 62 | 46 | 0 | 0.23 | 0.43 | 0.68 | 27.43 | 0.28 | 0.25 |
| Hex | 51 | 3E | 2E | 0 | 17 | 2B | 44 | 1B | 1C | 19 |
| Octal | 121 | 76 | 56 | 0 | 27 | 53 | 104 | 33 | 34 | 31 |
| Binary | 1010001 | 111110 | 101110 | 0 | 10111 | 101011 | 1000100 | 11011 | 11100 | 11001 |
Color Harmonies of #513E2E
Complementary color
Monochromatic Colors of #513E2E
Black with #513E2E
Text Example
Text Example
White with #513E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513E2E; }
p { color: rgb(81,62,46); }
H1.HeaderClassName
{
color: #513E2E;
}
.AnyTagClassName
{
color: #513E2E;
}
</style>
background-color css
<style>
a { background-color: #513E2E; }
a { background-color: rgb(81,62,46); }
div.DivClassName
{
background-color: #513E2E;
}
.BgClassName
{
background-color: #513E2E;
}
</style>
border-color css
<style>
span { border-color: #513E2E; }
span { border-color: rgb(81,62,46); }
td.TdClassName
{
border-color: #513E2E;
}
.TagClassName
{
border-color: #513E2E;
}
</style>