Shades of Deep Bronze #503D27
Tints of Deep Bronze #503D27
RGB
CMYK
RGB Variations
Color information
#503D27 (or 0x503D27) is known color: Deep Bronze. HEX triplet: 50, 3D and 27. RGB value is (80,61,39). Sum of RGB (Red+Green+Blue) = 80+61+39=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 39 (15.62% from 255 or 21.67% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #503D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503D27 is #AFC2D8. Grayscale: #404040. Windows color (decimal): -11518681 or 2571600. OLE color: 2571600.
HSL color Cylindrical-coordinate representation of color #503D27: hue angle of 32.2º 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 #503D27 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 61 | 39 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.69 |
| HSL | 32.2º | 0.34% | 0.23% | - |
| HSV(B) | 32.2º | 0.51% | 0.31% | - |
| XYZ | 5.34 | 5.19 | 2.64 | - |
| YUV | 64.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 39 | 0 | 0.24 | 0.51 | 0.69 | 32.2 | 0.34 | 0.23 |
| Hex | 50 | 3D | 27 | 0 | 18 | 33 | 45 | 20 | 22 | 17 |
| Octal | 120 | 75 | 47 | 0 | 30 | 63 | 105 | 40 | 42 | 27 |
| Binary | 1010000 | 111101 | 100111 | 0 | 11000 | 110011 | 1000101 | 100000 | 100010 | 10111 |
Color Harmonies of #503D27
Complementary color
Monochromatic Colors of #503D27
Black with #503D27
Text Example
Text Example
White with #503D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D27; }
p { color: rgb(80,61,39); }
H1.HeaderClassName
{
color: #503D27;
}
.AnyTagClassName
{
color: #503D27;
}
</style>
background-color css
<style>
a { background-color: #503D27; }
a { background-color: rgb(80,61,39); }
div.DivClassName
{
background-color: #503D27;
}
.BgClassName
{
background-color: #503D27;
}
</style>
border-color css
<style>
span { border-color: #503D27; }
span { border-color: rgb(80,61,39); }
td.TdClassName
{
border-color: #503D27;
}
.TagClassName
{
border-color: #503D27;
}
</style>