Shades of Deep Bronze #503B26
Tints of Deep Bronze #503B26
RGB
CMYK
RGB Variations
Color information
#503B26 (or 0x503B26) is known color: Deep Bronze. HEX triplet: 50, 3B and 26. RGB value is (80,59,38). Sum of RGB (Red+Green+Blue) = 80+59+38=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 38 (15.23% from 255 or 21.47% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #503B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503B26 is #AFC4D9. Grayscale: #3E3E3E. Windows color (decimal): -11519194 or 2505552. OLE color: 2505552.
HSL color Cylindrical-coordinate representation of color #503B26: hue angle of 30º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #503B26 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 59 | 38 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.69 |
| HSL | 30º | 0.36% | 0.23% | - |
| HSV(B) | 30º | 0.53% | 0.31% | - |
| XYZ | 5.22 | 4.97 | 2.52 | - |
| YUV | 62.89 | 113.96 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 38 | 0 | 0.26 | 0.52 | 0.69 | 30 | 0.36 | 0.23 |
| Hex | 50 | 3B | 26 | 0 | 1A | 34 | 45 | 1E | 24 | 17 |
| Octal | 120 | 73 | 46 | 0 | 32 | 64 | 105 | 36 | 44 | 27 |
| Binary | 1010000 | 111011 | 100110 | 0 | 11010 | 110100 | 1000101 | 11110 | 100100 | 10111 |
Color Harmonies of #503B26
Complementary color
Monochromatic Colors of #503B26
Black with #503B26
Text Example
Text Example
White with #503B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503B26; }
p { color: rgb(80,59,38); }
H1.HeaderClassName
{
color: #503B26;
}
.AnyTagClassName
{
color: #503B26;
}
</style>
background-color css
<style>
a { background-color: #503B26; }
a { background-color: rgb(80,59,38); }
div.DivClassName
{
background-color: #503B26;
}
.BgClassName
{
background-color: #503B26;
}
</style>
border-color css
<style>
span { border-color: #503B26; }
span { border-color: rgb(80,59,38); }
td.TdClassName
{
border-color: #503B26;
}
.TagClassName
{
border-color: #503B26;
}
</style>