Shades of Deep Bronze #514435
Tints of Deep Bronze #514435
RGB
CMYK
RGB Variations
Color information
#514435 (or 0x514435) is known color: Deep Bronze. HEX triplet: 51, 44 and 35. RGB value is (81,68,53). Sum of RGB (Red+Green+Blue) = 81+68+53=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 81 - color contains mainly: red. Hex color #514435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514435 is #AEBBCA. Grayscale: #464646. Windows color (decimal): -11451339 or 3490897. OLE color: 3490897.
HSL color Cylindrical-coordinate representation of color #514435: hue angle of 32.14º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #514435 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 68 | 53 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.68 |
| HSL | 32.14º | 0.21% | 0.26% | - |
| HSV(B) | 32.14º | 0.35% | 0.32% | - |
| XYZ | 6.1 | 6.14 | 4.23 | - |
| YUV | 70.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 68 | 53 | 0 | 0.16 | 0.35 | 0.68 | 32.14 | 0.21 | 0.26 |
| Hex | 51 | 44 | 35 | 0 | 10 | 23 | 44 | 20 | 15 | 1A |
| Octal | 121 | 104 | 65 | 0 | 20 | 43 | 104 | 40 | 25 | 32 |
| Binary | 1010001 | 1000100 | 110101 | 0 | 10000 | 100011 | 1000100 | 100000 | 10101 | 11010 |
Color Harmonies of #514435
Complementary color
Monochromatic Colors of #514435
Black with #514435
Text Example
Text Example
White with #514435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514435; }
p { color: rgb(81,68,53); }
H1.HeaderClassName
{
color: #514435;
}
.AnyTagClassName
{
color: #514435;
}
</style>
background-color css
<style>
a { background-color: #514435; }
a { background-color: rgb(81,68,53); }
div.DivClassName
{
background-color: #514435;
}
.BgClassName
{
background-color: #514435;
}
</style>
border-color css
<style>
span { border-color: #514435; }
span { border-color: rgb(81,68,53); }
td.TdClassName
{
border-color: #514435;
}
.TagClassName
{
border-color: #514435;
}
</style>