Shades of Deep Bronze #513F22
Tints of Deep Bronze #513F22
RGB
CMYK
RGB Variations
Color information
#513F22 (or 0x513F22) is known color: Deep Bronze. HEX triplet: 51, 3F and 22. RGB value is (81,63,34). Sum of RGB (Red+Green+Blue) = 81+63+34=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 34 (13.67% from 255 or 19.10% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #513F22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F22 is #AEC0DD. Grayscale: #414141. Windows color (decimal): -11452638 or 2244433. OLE color: 2244433.
HSL color Cylindrical-coordinate representation of color #513F22: hue angle of 37.02º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #513F22 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 63 | 34 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.68 |
| HSL | 37.02º | 0.41% | 0.23% | - |
| HSV(B) | 37.02º | 0.58% | 0.32% | - |
| XYZ | 5.46 | 5.42 | 2.27 | - |
| YUV | 65.08 | 110.46 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 34 | 0 | 0.22 | 0.58 | 0.68 | 37.02 | 0.41 | 0.23 |
| Hex | 51 | 3F | 22 | 0 | 16 | 3A | 44 | 25 | 29 | 17 |
| Octal | 121 | 77 | 42 | 0 | 26 | 72 | 104 | 45 | 51 | 27 |
| Binary | 1010001 | 111111 | 100010 | 0 | 10110 | 111010 | 1000100 | 100101 | 101001 | 10111 |
Color Harmonies of #513F22
Complementary color
Monochromatic Colors of #513F22
Black with #513F22
Text Example
Text Example
White with #513F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513F22; }
p { color: rgb(81,63,34); }
H1.HeaderClassName
{
color: #513F22;
}
.AnyTagClassName
{
color: #513F22;
}
</style>
background-color css
<style>
a { background-color: #513F22; }
a { background-color: rgb(81,63,34); }
div.DivClassName
{
background-color: #513F22;
}
.BgClassName
{
background-color: #513F22;
}
</style>
border-color css
<style>
span { border-color: #513F22; }
span { border-color: rgb(81,63,34); }
td.TdClassName
{
border-color: #513F22;
}
.TagClassName
{
border-color: #513F22;
}
</style>