Shades of Deep Bronze #504133
Tints of Deep Bronze #504133
RGB
CMYK
RGB Variations
Color information
#504133 (or 0x504133) is known color: Deep Bronze. HEX triplet: 50, 41 and 33. RGB value is (80,65,51). Sum of RGB (Red+Green+Blue) = 80+65+51=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 80 - color contains mainly: red. Hex color #504133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504133 is #AFBECC. Grayscale: #434343. Windows color (decimal): -11517645 or 3359056. OLE color: 3359056.
HSL color Cylindrical-coordinate representation of color #504133: hue angle of 28.97º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #504133 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 65 | 51 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.69 |
| HSL | 28.97º | 0.22% | 0.26% | - |
| HSV(B) | 28.97º | 0.36% | 0.31% | - |
| XYZ | 5.8 | 5.73 | 3.93 | - |
| YUV | 67.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 51 | 0 | 0.19 | 0.36 | 0.69 | 28.97 | 0.22 | 0.26 |
| Hex | 50 | 41 | 33 | 0 | 13 | 24 | 45 | 1D | 16 | 1A |
| Octal | 120 | 101 | 63 | 0 | 23 | 44 | 105 | 35 | 26 | 32 |
| Binary | 1010000 | 1000001 | 110011 | 0 | 10011 | 100100 | 1000101 | 11101 | 10110 | 11010 |
Color Harmonies of #504133
Complementary color
Monochromatic Colors of #504133
Black with #504133
Text Example
Text Example
White with #504133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504133; }
p { color: rgb(80,65,51); }
H1.HeaderClassName
{
color: #504133;
}
.AnyTagClassName
{
color: #504133;
}
</style>
background-color css
<style>
a { background-color: #504133; }
a { background-color: rgb(80,65,51); }
div.DivClassName
{
background-color: #504133;
}
.BgClassName
{
background-color: #504133;
}
</style>
border-color css
<style>
span { border-color: #504133; }
span { border-color: rgb(80,65,51); }
td.TdClassName
{
border-color: #504133;
}
.TagClassName
{
border-color: #504133;
}
</style>