Shades of Deep Bronze #514128
Tints of Deep Bronze #514128
RGB
CMYK
RGB Variations
Color information
#514128 (or 0x514128) is known color: Deep Bronze. HEX triplet: 51, 41 and 28. RGB value is (81,65,40). Sum of RGB (Red+Green+Blue) = 81+65+40=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 81 - color contains mainly: red. Hex color #514128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514128 is #AEBED7. Grayscale: #434343. Windows color (decimal): -11452120 or 2638161. OLE color: 2638161.
HSL color Cylindrical-coordinate representation of color #514128: hue angle of 36.59º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #514128 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 65 | 40 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.68 |
| HSL | 36.59º | 0.34% | 0.24% | - |
| HSV(B) | 36.59º | 0.51% | 0.32% | - |
| XYZ | 5.67 | 5.68 | 2.81 | - |
| YUV | 66.93 | 112.8 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 40 | 0 | 0.20 | 0.51 | 0.68 | 36.59 | 0.34 | 0.24 |
| Hex | 51 | 41 | 28 | 0 | 14 | 33 | 44 | 25 | 22 | 18 |
| Octal | 121 | 101 | 50 | 0 | 24 | 63 | 104 | 45 | 42 | 30 |
| Binary | 1010001 | 1000001 | 101000 | 0 | 10100 | 110011 | 1000100 | 100101 | 100010 | 11000 |
Color Harmonies of #514128
Complementary color
Monochromatic Colors of #514128
Black with #514128
Text Example
Text Example
White with #514128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514128; }
p { color: rgb(81,65,40); }
H1.HeaderClassName
{
color: #514128;
}
.AnyTagClassName
{
color: #514128;
}
</style>
background-color css
<style>
a { background-color: #514128; }
a { background-color: rgb(81,65,40); }
div.DivClassName
{
background-color: #514128;
}
.BgClassName
{
background-color: #514128;
}
</style>
border-color css
<style>
span { border-color: #514128; }
span { border-color: rgb(81,65,40); }
td.TdClassName
{
border-color: #514128;
}
.TagClassName
{
border-color: #514128;
}
</style>