Shades of Deep Bronze #514022
Tints of Deep Bronze #514022
RGB
CMYK
RGB Variations
Color information
#514022 (or 0x514022) is known color: Deep Bronze. HEX triplet: 51, 40 and 22. RGB value is (81,64,34). Sum of RGB (Red+Green+Blue) = 81+64+34=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 34 (13.67% from 255 or 18.99% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #514022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514022 is #AEBFDD. Grayscale: #414141. Windows color (decimal): -11452382 or 2244689. OLE color: 2244689.
HSL color Cylindrical-coordinate representation of color #514022: hue angle of 38.3º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #514022 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 64 | 34 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.68 |
| HSL | 38.3º | 0.41% | 0.23% | - |
| HSV(B) | 38.3º | 0.58% | 0.32% | - |
| XYZ | 5.52 | 5.53 | 2.29 | - |
| YUV | 65.66 | 110.13 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 34 | 0 | 0.21 | 0.58 | 0.68 | 38.3 | 0.41 | 0.23 |
| Hex | 51 | 40 | 22 | 0 | 15 | 3A | 44 | 26 | 29 | 17 |
| Octal | 121 | 100 | 42 | 0 | 25 | 72 | 104 | 46 | 51 | 27 |
| Binary | 1010001 | 1000000 | 100010 | 0 | 10101 | 111010 | 1000100 | 100110 | 101001 | 10111 |
Color Harmonies of #514022
Complementary color
Monochromatic Colors of #514022
Black with #514022
Text Example
Text Example
White with #514022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514022; }
p { color: rgb(81,64,34); }
H1.HeaderClassName
{
color: #514022;
}
.AnyTagClassName
{
color: #514022;
}
</style>
background-color css
<style>
a { background-color: #514022; }
a { background-color: rgb(81,64,34); }
div.DivClassName
{
background-color: #514022;
}
.BgClassName
{
background-color: #514022;
}
</style>
border-color css
<style>
span { border-color: #514022; }
span { border-color: rgb(81,64,34); }
td.TdClassName
{
border-color: #514022;
}
.TagClassName
{
border-color: #514022;
}
</style>