Shades of Deep Bronze #503B27
Tints of Deep Bronze #503B27
RGB
CMYK
RGB Variations
Color information
#503B27 (or 0x503B27) is known color: Deep Bronze. HEX triplet: 50, 3B and 27. RGB value is (80,59,39). Sum of RGB (Red+Green+Blue) = 80+59+39=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 39 (15.62% from 255 or 21.91% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #503B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503B27 is #AFC4D8. Grayscale: #3F3F3F. Windows color (decimal): -11519193 or 2571088. OLE color: 2571088.
HSL color Cylindrical-coordinate representation of color #503B27: hue angle of 29.27º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #503B27 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 59 | 39 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.69 |
| HSL | 29.27º | 0.34% | 0.23% | - |
| HSV(B) | 29.27º | 0.51% | 0.31% | - |
| XYZ | 5.24 | 4.98 | 2.6 | - |
| YUV | 63 | 114.46 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 39 | 0 | 0.26 | 0.51 | 0.69 | 29.27 | 0.34 | 0.23 |
| Hex | 50 | 3B | 27 | 0 | 1A | 33 | 45 | 1D | 22 | 17 |
| Octal | 120 | 73 | 47 | 0 | 32 | 63 | 105 | 35 | 42 | 27 |
| Binary | 1010000 | 111011 | 100111 | 0 | 11010 | 110011 | 1000101 | 11101 | 100010 | 10111 |
Color Harmonies of #503B27
Complementary color
Monochromatic Colors of #503B27
Black with #503B27
Text Example
Text Example
White with #503B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503B27; }
p { color: rgb(80,59,39); }
H1.HeaderClassName
{
color: #503B27;
}
.AnyTagClassName
{
color: #503B27;
}
</style>
background-color css
<style>
a { background-color: #503B27; }
a { background-color: rgb(80,59,39); }
div.DivClassName
{
background-color: #503B27;
}
.BgClassName
{
background-color: #503B27;
}
</style>
border-color css
<style>
span { border-color: #503B27; }
span { border-color: rgb(80,59,39); }
td.TdClassName
{
border-color: #503B27;
}
.TagClassName
{
border-color: #503B27;
}
</style>