Shades of Deep Bronze #514434
Tints of Deep Bronze #514434
RGB
CMYK
RGB Variations
Color information
#514434 (or 0x514434) is known color: Deep Bronze. HEX triplet: 51, 44 and 34. RGB value is (81,68,52). Sum of RGB (Red+Green+Blue) = 81+68+52=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 81 - color contains mainly: red. Hex color #514434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514434 is #AEBBCB. Grayscale: #464646. Windows color (decimal): -11451340 or 3425361. OLE color: 3425361.
HSL color Cylindrical-coordinate representation of color #514434: hue angle of 33.1º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #514434 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 68 | 52 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.68 |
| HSL | 33.1º | 0.22% | 0.26% | - |
| HSV(B) | 33.1º | 0.36% | 0.32% | - |
| XYZ | 6.08 | 6.13 | 4.11 | - |
| YUV | 70.06 | 117.81 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 68 | 52 | 0 | 0.16 | 0.36 | 0.68 | 33.1 | 0.22 | 0.26 |
| Hex | 51 | 44 | 34 | 0 | 10 | 24 | 44 | 21 | 16 | 1A |
| Octal | 121 | 104 | 64 | 0 | 20 | 44 | 104 | 41 | 26 | 32 |
| Binary | 1010001 | 1000100 | 110100 | 0 | 10000 | 100100 | 1000100 | 100001 | 10110 | 11010 |
Color Harmonies of #514434
Complementary color
Monochromatic Colors of #514434
Black with #514434
Text Example
Text Example
White with #514434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514434; }
p { color: rgb(81,68,52); }
H1.HeaderClassName
{
color: #514434;
}
.AnyTagClassName
{
color: #514434;
}
</style>
background-color css
<style>
a { background-color: #514434; }
a { background-color: rgb(81,68,52); }
div.DivClassName
{
background-color: #514434;
}
.BgClassName
{
background-color: #514434;
}
</style>
border-color css
<style>
span { border-color: #514434; }
span { border-color: rgb(81,68,52); }
td.TdClassName
{
border-color: #514434;
}
.TagClassName
{
border-color: #514434;
}
</style>