Shades of Deep Bronze #504126
Tints of Deep Bronze #504126
RGB
CMYK
RGB Variations
Color information
#504126 (or 0x504126) is known color: Deep Bronze. HEX triplet: 50, 41 and 26. RGB value is (80,65,38). Sum of RGB (Red+Green+Blue) = 80+65+38=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 38 (15.23% from 255 or 20.77% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #504126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504126 is #AFBED9. Grayscale: #424242. Windows color (decimal): -11517658 or 2507088. OLE color: 2507088.
HSL color Cylindrical-coordinate representation of color #504126: hue angle of 38.57º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #504126 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 65 | 38 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.69 |
| HSL | 38.57º | 0.36% | 0.23% | - |
| HSV(B) | 38.57º | 0.53% | 0.31% | - |
| XYZ | 5.55 | 5.63 | 2.63 | - |
| YUV | 66.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 65 | 38 | 0 | 0.19 | 0.52 | 0.69 | 38.57 | 0.36 | 0.23 |
| Hex | 50 | 41 | 26 | 0 | 13 | 34 | 45 | 27 | 24 | 17 |
| Octal | 120 | 101 | 46 | 0 | 23 | 64 | 105 | 47 | 44 | 27 |
| Binary | 1010000 | 1000001 | 100110 | 0 | 10011 | 110100 | 1000101 | 100111 | 100100 | 10111 |
Color Harmonies of #504126
Complementary color
Monochromatic Colors of #504126
Black with #504126
Text Example
Text Example
White with #504126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504126; }
p { color: rgb(80,65,38); }
H1.HeaderClassName
{
color: #504126;
}
.AnyTagClassName
{
color: #504126;
}
</style>
background-color css
<style>
a { background-color: #504126; }
a { background-color: rgb(80,65,38); }
div.DivClassName
{
background-color: #504126;
}
.BgClassName
{
background-color: #504126;
}
</style>
border-color css
<style>
span { border-color: #504126; }
span { border-color: rgb(80,65,38); }
td.TdClassName
{
border-color: #504126;
}
.TagClassName
{
border-color: #504126;
}
</style>