Shades of Deep Bronze #503F2D
Tints of Deep Bronze #503F2D
RGB
CMYK
RGB Variations
Color information
#503F2D (or 0x503F2D) is known color: Deep Bronze. HEX triplet: 50, 3F and 2D. RGB value is (80,63,45). Sum of RGB (Red+Green+Blue) = 80+63+45=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 80 - color contains mainly: red. Hex color #503F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503F2D is #AFC0D2. Grayscale: #424242. Windows color (decimal): -11518163 or 2965328. OLE color: 2965328.
HSL color Cylindrical-coordinate representation of color #503F2D: hue angle of 30.86º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #503F2D is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 63 | 45 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.69 |
| HSL | 30.86º | 0.28% | 0.25% | - |
| HSV(B) | 30.86º | 0.44% | 0.31% | - |
| XYZ | 5.56 | 5.45 | 3.24 | - |
| YUV | 66.03 | 116.13 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 45 | 0 | 0.21 | 0.44 | 0.69 | 30.86 | 0.28 | 0.25 |
| Hex | 50 | 3F | 2D | 0 | 15 | 2C | 45 | 1F | 1C | 19 |
| Octal | 120 | 77 | 55 | 0 | 25 | 54 | 105 | 37 | 34 | 31 |
| Binary | 1010000 | 111111 | 101101 | 0 | 10101 | 101100 | 1000101 | 11111 | 11100 | 11001 |
Color Harmonies of #503F2D
Complementary color
Monochromatic Colors of #503F2D
Black with #503F2D
Text Example
Text Example
White with #503F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F2D; }
p { color: rgb(80,63,45); }
H1.HeaderClassName
{
color: #503F2D;
}
.AnyTagClassName
{
color: #503F2D;
}
</style>
background-color css
<style>
a { background-color: #503F2D; }
a { background-color: rgb(80,63,45); }
div.DivClassName
{
background-color: #503F2D;
}
.BgClassName
{
background-color: #503F2D;
}
</style>
border-color css
<style>
span { border-color: #503F2D; }
span { border-color: rgb(80,63,45); }
td.TdClassName
{
border-color: #503F2D;
}
.TagClassName
{
border-color: #503F2D;
}
</style>