Shades of Deep Bronze #503D25
Tints of Deep Bronze #503D25
RGB
CMYK
RGB Variations
Color information
#503D25 (or 0x503D25) is known color: Deep Bronze. HEX triplet: 50, 3D and 25. RGB value is (80,61,37). Sum of RGB (Red+Green+Blue) = 80+61+37=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #503D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503D25 is #AFC2DA. Grayscale: #404040. Windows color (decimal): -11518683 or 2440528. OLE color: 2440528.
HSL color Cylindrical-coordinate representation of color #503D25: hue angle of 33.49º 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 #503D25 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 61 | 37 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.69 |
| HSL | 33.49º | 0.37% | 0.23% | - |
| HSV(B) | 33.49º | 0.54% | 0.31% | - |
| XYZ | 5.31 | 5.18 | 2.47 | - |
| YUV | 63.95 | 112.79 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 37 | 0 | 0.24 | 0.54 | 0.69 | 33.49 | 0.37 | 0.23 |
| Hex | 50 | 3D | 25 | 0 | 18 | 36 | 45 | 21 | 25 | 17 |
| Octal | 120 | 75 | 45 | 0 | 30 | 66 | 105 | 41 | 45 | 27 |
| Binary | 1010000 | 111101 | 100101 | 0 | 11000 | 110110 | 1000101 | 100001 | 100101 | 10111 |
Color Harmonies of #503D25
Complementary color
Monochromatic Colors of #503D25
Black with #503D25
Text Example
Text Example
White with #503D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D25; }
p { color: rgb(80,61,37); }
H1.HeaderClassName
{
color: #503D25;
}
.AnyTagClassName
{
color: #503D25;
}
</style>
background-color css
<style>
a { background-color: #503D25; }
a { background-color: rgb(80,61,37); }
div.DivClassName
{
background-color: #503D25;
}
.BgClassName
{
background-color: #503D25;
}
</style>
border-color css
<style>
span { border-color: #503D25; }
span { border-color: rgb(80,61,37); }
td.TdClassName
{
border-color: #503D25;
}
.TagClassName
{
border-color: #503D25;
}
</style>