Shades of Deep Bronze #514123
Tints of Deep Bronze #514123
RGB
CMYK
RGB Variations
Color information
#514123 (or 0x514123) is known color: Deep Bronze. HEX triplet: 51, 41 and 23. RGB value is (81,65,35). Sum of RGB (Red+Green+Blue) = 81+65+35=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 35 (14.06% from 255 or 19.34% from 181); Max value from RGB is 81 - color contains mainly: red. Hex color #514123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514123 is #AEBEDC. Grayscale: #424242. Windows color (decimal): -11452125 or 2310481. OLE color: 2310481.
HSL color Cylindrical-coordinate representation of color #514123: hue angle of 39.13º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #514123 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 65 | 35 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.68 |
| HSL | 39.13º | 0.4% | 0.23% | - |
| HSV(B) | 39.13º | 0.57% | 0.32% | - |
| XYZ | 5.59 | 5.65 | 2.39 | - |
| YUV | 66.36 | 110.3 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 35 | 0 | 0.20 | 0.57 | 0.68 | 39.13 | 0.4 | 0.23 |
| Hex | 51 | 41 | 23 | 0 | 14 | 39 | 44 | 27 | 28 | 17 |
| Octal | 121 | 101 | 43 | 0 | 24 | 71 | 104 | 47 | 50 | 27 |
| Binary | 1010001 | 1000001 | 100011 | 0 | 10100 | 111001 | 1000100 | 100111 | 101000 | 10111 |
Color Harmonies of #514123
Complementary color
Monochromatic Colors of #514123
Black with #514123
Text Example
Text Example
White with #514123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514123; }
p { color: rgb(81,65,35); }
H1.HeaderClassName
{
color: #514123;
}
.AnyTagClassName
{
color: #514123;
}
</style>
background-color css
<style>
a { background-color: #514123; }
a { background-color: rgb(81,65,35); }
div.DivClassName
{
background-color: #514123;
}
.BgClassName
{
background-color: #514123;
}
</style>
border-color css
<style>
span { border-color: #514123; }
span { border-color: rgb(81,65,35); }
td.TdClassName
{
border-color: #514123;
}
.TagClassName
{
border-color: #514123;
}
</style>