Shades of Deep Bronze #504226
Tints of Deep Bronze #504226
RGB
CMYK
RGB Variations
Color information
#504226 (or 0x504226) is known color: Deep Bronze. HEX triplet: 50, 42 and 26. RGB value is (80,66,38). Sum of RGB (Red+Green+Blue) = 80+66+38=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 38 (15.23% from 255 or 20.65% from 184); Max value from RGB is 80 - color contains mainly: red. Hex color #504226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504226 is #AFBDD9. Grayscale: #434343. Windows color (decimal): -11517402 or 2507344. OLE color: 2507344.
HSL color Cylindrical-coordinate representation of color #504226: hue angle of 40º 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 #504226 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 66 | 38 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.69 |
| HSL | 40º | 0.36% | 0.23% | - |
| HSV(B) | 40º | 0.53% | 0.31% | - |
| XYZ | 5.61 | 5.74 | 2.65 | - |
| YUV | 66.99 | 111.64 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 66 | 38 | 0 | 0.17 | 0.52 | 0.69 | 40 | 0.36 | 0.23 |
| Hex | 50 | 42 | 26 | 0 | 11 | 34 | 45 | 28 | 24 | 17 |
| Octal | 120 | 102 | 46 | 0 | 21 | 64 | 105 | 50 | 44 | 27 |
| Binary | 1010000 | 1000010 | 100110 | 0 | 10001 | 110100 | 1000101 | 101000 | 100100 | 10111 |
Color Harmonies of #504226
Complementary color
Monochromatic Colors of #504226
Black with #504226
Text Example
Text Example
White with #504226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504226; }
p { color: rgb(80,66,38); }
H1.HeaderClassName
{
color: #504226;
}
.AnyTagClassName
{
color: #504226;
}
</style>
background-color css
<style>
a { background-color: #504226; }
a { background-color: rgb(80,66,38); }
div.DivClassName
{
background-color: #504226;
}
.BgClassName
{
background-color: #504226;
}
</style>
border-color css
<style>
span { border-color: #504226; }
span { border-color: rgb(80,66,38); }
td.TdClassName
{
border-color: #504226;
}
.TagClassName
{
border-color: #504226;
}
</style>