Shades of Deep Bronze #513E1F
Tints of Deep Bronze #513E1F
RGB
CMYK
RGB Variations
Color information
#513E1F (or 0x513E1F) is known color: Deep Bronze. HEX triplet: 51, 3E and 1F. RGB value is (81,62,31). Sum of RGB (Red+Green+Blue) = 81+62+31=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #513E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513E1F is #AEC1E0. Grayscale: #404040. Windows color (decimal): -11452897 or 2047569. OLE color: 2047569.
HSL color Cylindrical-coordinate representation of color #513E1F: hue angle of 37.2º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #513E1F is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 62 | 31 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.68 |
| HSL | 37.2º | 0.45% | 0.22% | - |
| HSV(B) | 37.2º | 0.62% | 0.32% | - |
| XYZ | 5.36 | 5.29 | 2.04 | - |
| YUV | 64.15 | 109.29 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 62 | 31 | 0 | 0.23 | 0.62 | 0.68 | 37.2 | 0.45 | 0.22 |
| Hex | 51 | 3E | 1F | 0 | 17 | 3E | 44 | 25 | 2D | 16 |
| Octal | 121 | 76 | 37 | 0 | 27 | 76 | 104 | 45 | 55 | 26 |
| Binary | 1010001 | 111110 | 11111 | 0 | 10111 | 111110 | 1000100 | 100101 | 101101 | 10110 |
Color Harmonies of #513E1F
Complementary color
Monochromatic Colors of #513E1F
Black with #513E1F
Text Example
Text Example
White with #513E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513E1F; }
p { color: rgb(81,62,31); }
H1.HeaderClassName
{
color: #513E1F;
}
.AnyTagClassName
{
color: #513E1F;
}
</style>
background-color css
<style>
a { background-color: #513E1F; }
a { background-color: rgb(81,62,31); }
div.DivClassName
{
background-color: #513E1F;
}
.BgClassName
{
background-color: #513E1F;
}
</style>
border-color css
<style>
span { border-color: #513E1F; }
span { border-color: rgb(81,62,31); }
td.TdClassName
{
border-color: #513E1F;
}
.TagClassName
{
border-color: #513E1F;
}
</style>