Shades of Deep Bronze #503F25
Tints of Deep Bronze #503F25
RGB
CMYK
RGB Variations
Color information
#503F25 (or 0x503F25) is known color: Deep Bronze. HEX triplet: 50, 3F and 25. RGB value is (80,63,37). Sum of RGB (Red+Green+Blue) = 80+63+37=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #503F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503F25 is #AFC0DA. Grayscale: #414141. Windows color (decimal): -11518171 or 2441040. OLE color: 2441040.
HSL color Cylindrical-coordinate representation of color #503F25: hue angle of 36.28º 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 #503F25 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 63 | 37 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.69 |
| HSL | 36.28º | 0.37% | 0.23% | - |
| HSV(B) | 36.28º | 0.54% | 0.31% | - |
| XYZ | 5.42 | 5.39 | 2.51 | - |
| YUV | 65.12 | 112.13 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 37 | 0 | 0.21 | 0.54 | 0.69 | 36.28 | 0.37 | 0.23 |
| Hex | 50 | 3F | 25 | 0 | 15 | 36 | 45 | 24 | 25 | 17 |
| Octal | 120 | 77 | 45 | 0 | 25 | 66 | 105 | 44 | 45 | 27 |
| Binary | 1010000 | 111111 | 100101 | 0 | 10101 | 110110 | 1000101 | 100100 | 100101 | 10111 |
Color Harmonies of #503F25
Complementary color
Monochromatic Colors of #503F25
Black with #503F25
Text Example
Text Example
White with #503F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F25; }
p { color: rgb(80,63,37); }
H1.HeaderClassName
{
color: #503F25;
}
.AnyTagClassName
{
color: #503F25;
}
</style>
background-color css
<style>
a { background-color: #503F25; }
a { background-color: rgb(80,63,37); }
div.DivClassName
{
background-color: #503F25;
}
.BgClassName
{
background-color: #503F25;
}
</style>
border-color css
<style>
span { border-color: #503F25; }
span { border-color: rgb(80,63,37); }
td.TdClassName
{
border-color: #503F25;
}
.TagClassName
{
border-color: #503F25;
}
</style>