Shades of Deep Bronze #514431
Tints of Deep Bronze #514431
RGB
CMYK
RGB Variations
Color information
#514431 (or 0x514431) is known color: Deep Bronze. HEX triplet: 51, 44 and 31. RGB value is (81,68,49). Sum of RGB (Red+Green+Blue) = 81+68+49=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 81 - color contains mainly: red. Hex color #514431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514431 is #AEBBCE. Grayscale: #454545. Windows color (decimal): -11451343 or 3228753. OLE color: 3228753.
HSL color Cylindrical-coordinate representation of color #514431: hue angle of 35.62º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #514431 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 68 | 49 | - |
| CMYK | 0 | 0.16 | 0.40 | 0.68 |
| HSL | 35.63º | 0.25% | 0.25% | - |
| HSV(B) | 35.63º | 0.4% | 0.32% | - |
| XYZ | 6.01 | 6.11 | 3.77 | - |
| YUV | 69.72 | 116.31 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 68 | 49 | 0 | 0.16 | 0.40 | 0.68 | 35.63 | 0.25 | 0.25 |
| Hex | 51 | 44 | 31 | 0 | 10 | 28 | 44 | 24 | 19 | 19 |
| Octal | 121 | 104 | 61 | 0 | 20 | 50 | 104 | 44 | 31 | 31 |
| Binary | 1010001 | 1000100 | 110001 | 0 | 10000 | 101000 | 1000100 | 100100 | 11001 | 11001 |
Color Harmonies of #514431
Complementary color
Monochromatic Colors of #514431
Black with #514431
Text Example
Text Example
White with #514431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514431; }
p { color: rgb(81,68,49); }
H1.HeaderClassName
{
color: #514431;
}
.AnyTagClassName
{
color: #514431;
}
</style>
background-color css
<style>
a { background-color: #514431; }
a { background-color: rgb(81,68,49); }
div.DivClassName
{
background-color: #514431;
}
.BgClassName
{
background-color: #514431;
}
</style>
border-color css
<style>
span { border-color: #514431; }
span { border-color: rgb(81,68,49); }
td.TdClassName
{
border-color: #514431;
}
.TagClassName
{
border-color: #514431;
}
</style>