Shades of Deep Bronze #503F2E
Tints of Deep Bronze #503F2E
RGB
CMYK
RGB Variations
Color information
#503F2E (or 0x503F2E) is known color: Deep Bronze. HEX triplet: 50, 3F and 2E. RGB value is (80,63,46). Sum of RGB (Red+Green+Blue) = 80+63+46=189 (25% of max value = 765). Red value is 80 (31.64% from 255 or 42.33% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 80 - color contains mainly: red. Hex color #503F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503F2E is #AFC0D1. Grayscale: #424242. Windows color (decimal): -11518162 or 3030864. OLE color: 3030864.
HSL color Cylindrical-coordinate representation of color #503F2E: hue angle of 30º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #503F2E is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 63 | 46 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.69 |
| HSL | 30º | 0.27% | 0.25% | - |
| HSV(B) | 30º | 0.43% | 0.31% | - |
| XYZ | 5.58 | 5.46 | 3.34 | - |
| YUV | 66.15 | 116.63 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 46 | 0 | 0.21 | 0.42 | 0.69 | 30 | 0.27 | 0.25 |
| Hex | 50 | 3F | 2E | 0 | 15 | 2A | 45 | 1E | 1B | 19 |
| Octal | 120 | 77 | 56 | 0 | 25 | 52 | 105 | 36 | 33 | 31 |
| Binary | 1010000 | 111111 | 101110 | 0 | 10101 | 101010 | 1000101 | 11110 | 11011 | 11001 |
Color Harmonies of #503F2E
Complementary color
Monochromatic Colors of #503F2E
Black with #503F2E
Text Example
Text Example
White with #503F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F2E; }
p { color: rgb(80,63,46); }
H1.HeaderClassName
{
color: #503F2E;
}
.AnyTagClassName
{
color: #503F2E;
}
</style>
background-color css
<style>
a { background-color: #503F2E; }
a { background-color: rgb(80,63,46); }
div.DivClassName
{
background-color: #503F2E;
}
.BgClassName
{
background-color: #503F2E;
}
</style>
border-color css
<style>
span { border-color: #503F2E; }
span { border-color: rgb(80,63,46); }
td.TdClassName
{
border-color: #503F2E;
}
.TagClassName
{
border-color: #503F2E;
}
</style>