Shades of Deep Bronze #503C25
Tints of Deep Bronze #503C25
RGB
CMYK
RGB Variations
Color information
#503C25 (or 0x503C25) is known color: Deep Bronze. HEX triplet: 50, 3C and 25. RGB value is (80,60,37). Sum of RGB (Red+Green+Blue) = 80+60+37=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #503C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503C25 is #AFC3DA. Grayscale: #3F3F3F. Windows color (decimal): -11518939 or 2440272. OLE color: 2440272.
HSL color Cylindrical-coordinate representation of color #503C25: hue angle of 32.09º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #503C25 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 60 | 37 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.69 |
| HSL | 32.09º | 0.37% | 0.23% | - |
| HSV(B) | 32.09º | 0.54% | 0.31% | - |
| XYZ | 5.26 | 5.07 | 2.45 | - |
| YUV | 63.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 37 | 0 | 0.25 | 0.54 | 0.69 | 32.09 | 0.37 | 0.23 |
| Hex | 50 | 3C | 25 | 0 | 19 | 36 | 45 | 20 | 25 | 17 |
| Octal | 120 | 74 | 45 | 0 | 31 | 66 | 105 | 40 | 45 | 27 |
| Binary | 1010000 | 111100 | 100101 | 0 | 11001 | 110110 | 1000101 | 100000 | 100101 | 10111 |
Color Harmonies of #503C25
Complementary color
Monochromatic Colors of #503C25
Black with #503C25
Text Example
Text Example
White with #503C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C25; }
p { color: rgb(80,60,37); }
H1.HeaderClassName
{
color: #503C25;
}
.AnyTagClassName
{
color: #503C25;
}
</style>
background-color css
<style>
a { background-color: #503C25; }
a { background-color: rgb(80,60,37); }
div.DivClassName
{
background-color: #503C25;
}
.BgClassName
{
background-color: #503C25;
}
</style>
border-color css
<style>
span { border-color: #503C25; }
span { border-color: rgb(80,60,37); }
td.TdClassName
{
border-color: #503C25;
}
.TagClassName
{
border-color: #503C25;
}
</style>