Shades of Deep Bronze #504031
Tints of Deep Bronze #504031
RGB
CMYK
RGB Variations
Color information
#504031 (or 0x504031) is known color: Deep Bronze. HEX triplet: 50, 40 and 31. RGB value is (80,64,49). Sum of RGB (Red+Green+Blue) = 80+64+49=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #504031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504031 is #AFBFCE. Grayscale: #434343. Windows color (decimal): -11517903 or 3227728. OLE color: 3227728.
HSL color Cylindrical-coordinate representation of color #504031: hue angle of 29.03º 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 #504031 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 64 | 49 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.69 |
| HSL | 29.03º | 0.24% | 0.25% | - |
| HSV(B) | 29.03º | 0.39% | 0.31% | - |
| XYZ | 5.7 | 5.59 | 3.69 | - |
| YUV | 67.07 | 117.8 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 64 | 49 | 0 | 0.20 | 0.39 | 0.69 | 29.03 | 0.24 | 0.25 |
| Hex | 50 | 40 | 31 | 0 | 14 | 27 | 45 | 1D | 18 | 19 |
| Octal | 120 | 100 | 61 | 0 | 24 | 47 | 105 | 35 | 30 | 31 |
| Binary | 1010000 | 1000000 | 110001 | 0 | 10100 | 100111 | 1000101 | 11101 | 11000 | 11001 |
Color Harmonies of #504031
Complementary color
Monochromatic Colors of #504031
Black with #504031
Text Example
Text Example
White with #504031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504031; }
p { color: rgb(80,64,49); }
H1.HeaderClassName
{
color: #504031;
}
.AnyTagClassName
{
color: #504031;
}
</style>
background-color css
<style>
a { background-color: #504031; }
a { background-color: rgb(80,64,49); }
div.DivClassName
{
background-color: #504031;
}
.BgClassName
{
background-color: #504031;
}
</style>
border-color css
<style>
span { border-color: #504031; }
span { border-color: rgb(80,64,49); }
td.TdClassName
{
border-color: #504031;
}
.TagClassName
{
border-color: #504031;
}
</style>