Shades of Deep Bronze #503D28
Tints of Deep Bronze #503D28
RGB
CMYK
RGB Variations
Color information
#503D28 (or 0x503D28) is known color: Deep Bronze. HEX triplet: 50, 3D and 28. RGB value is (80,61,40). Sum of RGB (Red+Green+Blue) = 80+61+40=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #503D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503D28 is #AFC2D7. Grayscale: #404040. Windows color (decimal): -11518680 or 2637136. OLE color: 2637136.
HSL color Cylindrical-coordinate representation of color #503D28: hue angle of 31.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #503D28 is Cyan = 0, Magento = 0.24, Yellow = 0.5 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 61 | 40 | - |
| CMYK | 0 | 0.24 | 0.5 | 0.69 |
| HSL | 31.5º | 0.33% | 0.24% | - |
| HSV(B) | 31.5º | 0.5% | 0.31% | - |
| XYZ | 5.36 | 5.2 | 2.73 | - |
| YUV | 64.29 | 114.29 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 40 | 0 | 0.24 | 0.5 | 0.69 | 31.5 | 0.33 | 0.24 |
| Hex | 50 | 3D | 28 | 0 | 18 | 32 | 45 | 1F | 21 | 18 |
| Octal | 120 | 75 | 50 | 0 | 30 | 62 | 105 | 37 | 41 | 30 |
| Binary | 1010000 | 111101 | 101000 | 0 | 11000 | 110010 | 1000101 | 11111 | 100001 | 11000 |
Color Harmonies of #503D28
Complementary color
Monochromatic Colors of #503D28
Black with #503D28
Text Example
Text Example
White with #503D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D28; }
p { color: rgb(80,61,40); }
H1.HeaderClassName
{
color: #503D28;
}
.AnyTagClassName
{
color: #503D28;
}
</style>
background-color css
<style>
a { background-color: #503D28; }
a { background-color: rgb(80,61,40); }
div.DivClassName
{
background-color: #503D28;
}
.BgClassName
{
background-color: #503D28;
}
</style>
border-color css
<style>
span { border-color: #503D28; }
span { border-color: rgb(80,61,40); }
td.TdClassName
{
border-color: #503D28;
}
.TagClassName
{
border-color: #503D28;
}
</style>