Shades of Deep Bronze #503D2C
Tints of Deep Bronze #503D2C
RGB
CMYK
RGB Variations
Color information
#503D2C (or 0x503D2C) is known color: Deep Bronze. HEX triplet: 50, 3D and 2C. RGB value is (80,61,44). Sum of RGB (Red+Green+Blue) = 80+61+44=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 80 - color contains mainly: red. Hex color #503D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503D2C is #AFC2D3. Grayscale: #404040. Windows color (decimal): -11518676 or 2899280. OLE color: 2899280.
HSL color Cylindrical-coordinate representation of color #503D2C: hue angle of 28.33º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #503D2C is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 61 | 44 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.69 |
| HSL | 28.33º | 0.29% | 0.24% | - |
| HSV(B) | 28.33º | 0.45% | 0.31% | - |
| XYZ | 5.43 | 5.22 | 3.11 | - |
| YUV | 64.74 | 116.29 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 44 | 0 | 0.24 | 0.45 | 0.69 | 28.33 | 0.29 | 0.24 |
| Hex | 50 | 3D | 2C | 0 | 18 | 2D | 45 | 1C | 1D | 18 |
| Octal | 120 | 75 | 54 | 0 | 30 | 55 | 105 | 34 | 35 | 30 |
| Binary | 1010000 | 111101 | 101100 | 0 | 11000 | 101101 | 1000101 | 11100 | 11101 | 11000 |
Color Harmonies of #503D2C
Complementary color
Monochromatic Colors of #503D2C
Black with #503D2C
Text Example
Text Example
White with #503D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D2C; }
p { color: rgb(80,61,44); }
H1.HeaderClassName
{
color: #503D2C;
}
.AnyTagClassName
{
color: #503D2C;
}
</style>
background-color css
<style>
a { background-color: #503D2C; }
a { background-color: rgb(80,61,44); }
div.DivClassName
{
background-color: #503D2C;
}
.BgClassName
{
background-color: #503D2C;
}
</style>
border-color css
<style>
span { border-color: #503D2C; }
span { border-color: rgb(80,61,44); }
td.TdClassName
{
border-color: #503D2C;
}
.TagClassName
{
border-color: #503D2C;
}
</style>