Shades of Deep Bronze #513B24
Tints of Deep Bronze #513B24
RGB
CMYK
RGB Variations
Color information
#513B24 (or 0x513B24) is known color: Deep Bronze. HEX triplet: 51, 3B and 24. RGB value is (81,59,36). Sum of RGB (Red+Green+Blue) = 81+59+36=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 36 (14.45% from 255 or 20.45% from 176); Max value from RGB is 81 - color contains mainly: red. Hex color #513B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B24 is #AEC4DB. Grayscale: #3F3F3F. Windows color (decimal): -11453660 or 2374481. OLE color: 2374481.
HSL color Cylindrical-coordinate representation of color #513B24: hue angle of 30.67º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #513B24 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 59 | 36 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.68 |
| HSL | 30.67º | 0.38% | 0.23% | - |
| HSV(B) | 30.67º | 0.56% | 0.32% | - |
| XYZ | 5.28 | 5 | 2.36 | - |
| YUV | 62.96 | 112.79 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 36 | 0 | 0.27 | 0.56 | 0.68 | 30.67 | 0.38 | 0.23 |
| Hex | 51 | 3B | 24 | 0 | 1B | 38 | 44 | 1F | 26 | 17 |
| Octal | 121 | 73 | 44 | 0 | 33 | 70 | 104 | 37 | 46 | 27 |
| Binary | 1010001 | 111011 | 100100 | 0 | 11011 | 111000 | 1000100 | 11111 | 100110 | 10111 |
Color Harmonies of #513B24
Complementary color
Monochromatic Colors of #513B24
Black with #513B24
Text Example
Text Example
White with #513B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513B24; }
p { color: rgb(81,59,36); }
H1.HeaderClassName
{
color: #513B24;
}
.AnyTagClassName
{
color: #513B24;
}
</style>
background-color css
<style>
a { background-color: #513B24; }
a { background-color: rgb(81,59,36); }
div.DivClassName
{
background-color: #513B24;
}
.BgClassName
{
background-color: #513B24;
}
</style>
border-color css
<style>
span { border-color: #513B24; }
span { border-color: rgb(81,59,36); }
td.TdClassName
{
border-color: #513B24;
}
.TagClassName
{
border-color: #513B24;
}
</style>