Shades of Deep Bronze #503C2B
Tints of Deep Bronze #503C2B
RGB
CMYK
RGB Variations
Color information
#503C2B (or 0x503C2B) is known color: Deep Bronze. HEX triplet: 50, 3C and 2B. RGB value is (80,60,43). Sum of RGB (Red+Green+Blue) = 80+60+43=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #503C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503C2B is #AFC3D4. Grayscale: #404040. Windows color (decimal): -11518933 or 2833488. OLE color: 2833488.
HSL color Cylindrical-coordinate representation of color #503C2B: hue angle of 27.57º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #503C2B is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 60 | 43 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.69 |
| HSL | 27.57º | 0.3% | 0.24% | - |
| HSV(B) | 27.57º | 0.46% | 0.31% | - |
| XYZ | 5.36 | 5.11 | 2.99 | - |
| YUV | 64.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 43 | 0 | 0.25 | 0.46 | 0.69 | 27.57 | 0.3 | 0.24 |
| Hex | 50 | 3C | 2B | 0 | 19 | 2E | 45 | 1C | 1E | 18 |
| Octal | 120 | 74 | 53 | 0 | 31 | 56 | 105 | 34 | 36 | 30 |
| Binary | 1010000 | 111100 | 101011 | 0 | 11001 | 101110 | 1000101 | 11100 | 11110 | 11000 |
Color Harmonies of #503C2B
Complementary color
Monochromatic Colors of #503C2B
Black with #503C2B
Text Example
Text Example
White with #503C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C2B; }
p { color: rgb(80,60,43); }
H1.HeaderClassName
{
color: #503C2B;
}
.AnyTagClassName
{
color: #503C2B;
}
</style>
background-color css
<style>
a { background-color: #503C2B; }
a { background-color: rgb(80,60,43); }
div.DivClassName
{
background-color: #503C2B;
}
.BgClassName
{
background-color: #503C2B;
}
</style>
border-color css
<style>
span { border-color: #503C2B; }
span { border-color: rgb(80,60,43); }
td.TdClassName
{
border-color: #503C2B;
}
.TagClassName
{
border-color: #503C2B;
}
</style>