Shades of Deep Bronze #504131
Tints of Deep Bronze #504131
RGB
CMYK
RGB Variations
Color information
#504131 (or 0x504131) is known color: Deep Bronze. HEX triplet: 50, 41 and 31. RGB value is (80,65,49). Sum of RGB (Red+Green+Blue) = 80+65+49=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 80 - color contains mainly: red. Hex color #504131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504131 is #AFBECE. Grayscale: #434343. Windows color (decimal): -11517647 or 3227984. OLE color: 3227984.
HSL color Cylindrical-coordinate representation of color #504131: hue angle of 30.97º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #504131 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 65 | 49 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.69 |
| HSL | 30.97º | 0.24% | 0.25% | - |
| HSV(B) | 30.97º | 0.39% | 0.31% | - |
| XYZ | 5.75 | 5.71 | 3.7 | - |
| YUV | 67.66 | 117.47 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 49 | 0 | 0.19 | 0.39 | 0.69 | 30.97 | 0.24 | 0.25 |
| Hex | 50 | 41 | 31 | 0 | 13 | 27 | 45 | 1F | 18 | 19 |
| Octal | 120 | 101 | 61 | 0 | 23 | 47 | 105 | 37 | 30 | 31 |
| Binary | 1010000 | 1000001 | 110001 | 0 | 10011 | 100111 | 1000101 | 11111 | 11000 | 11001 |
Color Harmonies of #504131
Complementary color
Monochromatic Colors of #504131
Black with #504131
Text Example
Text Example
White with #504131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504131; }
p { color: rgb(80,65,49); }
H1.HeaderClassName
{
color: #504131;
}
.AnyTagClassName
{
color: #504131;
}
</style>
background-color css
<style>
a { background-color: #504131; }
a { background-color: rgb(80,65,49); }
div.DivClassName
{
background-color: #504131;
}
.BgClassName
{
background-color: #504131;
}
</style>
border-color css
<style>
span { border-color: #504131; }
span { border-color: rgb(80,65,49); }
td.TdClassName
{
border-color: #504131;
}
.TagClassName
{
border-color: #504131;
}
</style>