Shades of Deep Bronze #514132
Tints of Deep Bronze #514132
RGB
CMYK
RGB Variations
Color information
#514132 (or 0x514132) is known color: Deep Bronze. HEX triplet: 51, 41 and 32. RGB value is (81,65,50). Sum of RGB (Red+Green+Blue) = 81+65+50=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 81 - color contains mainly: red. Hex color #514132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514132 is #AEBECD. Grayscale: #444444. Windows color (decimal): -11452110 or 3293521. OLE color: 3293521.
HSL color Cylindrical-coordinate representation of color #514132: hue angle of 29.03º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #514132 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 65 | 50 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.68 |
| HSL | 29.03º | 0.24% | 0.26% | - |
| HSV(B) | 29.03º | 0.38% | 0.32% | - |
| XYZ | 5.86 | 5.76 | 3.82 | - |
| YUV | 68.07 | 117.8 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 50 | 0 | 0.20 | 0.38 | 0.68 | 29.03 | 0.24 | 0.26 |
| Hex | 51 | 41 | 32 | 0 | 14 | 26 | 44 | 1D | 18 | 1A |
| Octal | 121 | 101 | 62 | 0 | 24 | 46 | 104 | 35 | 30 | 32 |
| Binary | 1010001 | 1000001 | 110010 | 0 | 10100 | 100110 | 1000100 | 11101 | 11000 | 11010 |
Color Harmonies of #514132
Complementary color
Monochromatic Colors of #514132
Black with #514132
Text Example
Text Example
White with #514132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514132; }
p { color: rgb(81,65,50); }
H1.HeaderClassName
{
color: #514132;
}
.AnyTagClassName
{
color: #514132;
}
</style>
background-color css
<style>
a { background-color: #514132; }
a { background-color: rgb(81,65,50); }
div.DivClassName
{
background-color: #514132;
}
.BgClassName
{
background-color: #514132;
}
</style>
border-color css
<style>
span { border-color: #514132; }
span { border-color: rgb(81,65,50); }
td.TdClassName
{
border-color: #514132;
}
.TagClassName
{
border-color: #514132;
}
</style>