Shades of Deep Bronze #503D2A
Tints of Deep Bronze #503D2A
RGB
CMYK
RGB Variations
Color information
#503D2A (or 0x503D2A) is known color: Deep Bronze. HEX triplet: 50, 3D and 2A. RGB value is (80,61,42). Sum of RGB (Red+Green+Blue) = 80+61+42=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #503D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503D2A is #AFC2D5. Grayscale: #404040. Windows color (decimal): -11518678 or 2768208. OLE color: 2768208.
HSL color Cylindrical-coordinate representation of color #503D2A: hue angle of 30º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #503D2A is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 61 | 42 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.69 |
| HSL | 30º | 0.31% | 0.24% | - |
| HSV(B) | 30º | 0.48% | 0.31% | - |
| XYZ | 5.39 | 5.21 | 2.91 | - |
| YUV | 64.52 | 115.29 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 42 | 0 | 0.24 | 0.48 | 0.69 | 30 | 0.31 | 0.24 |
| Hex | 50 | 3D | 2A | 0 | 18 | 30 | 45 | 1E | 1F | 18 |
| Octal | 120 | 75 | 52 | 0 | 30 | 60 | 105 | 36 | 37 | 30 |
| Binary | 1010000 | 111101 | 101010 | 0 | 11000 | 110000 | 1000101 | 11110 | 11111 | 11000 |
Color Harmonies of #503D2A
Complementary color
Monochromatic Colors of #503D2A
Black with #503D2A
Text Example
Text Example
White with #503D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D2A; }
p { color: rgb(80,61,42); }
H1.HeaderClassName
{
color: #503D2A;
}
.AnyTagClassName
{
color: #503D2A;
}
</style>
background-color css
<style>
a { background-color: #503D2A; }
a { background-color: rgb(80,61,42); }
div.DivClassName
{
background-color: #503D2A;
}
.BgClassName
{
background-color: #503D2A;
}
</style>
border-color css
<style>
span { border-color: #503D2A; }
span { border-color: rgb(80,61,42); }
td.TdClassName
{
border-color: #503D2A;
}
.TagClassName
{
border-color: #503D2A;
}
</style>