Shades of Deep Bronze #504334
Tints of Deep Bronze #504334
RGB
CMYK
RGB Variations
Color information
#504334 (or 0x504334) is known color: Deep Bronze. HEX triplet: 50, 43 and 34. RGB value is (80,67,52). Sum of RGB (Red+Green+Blue) = 80+67+52=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 80 - color contains mainly: red. Hex color #504334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504334 is #AFBCCB. Grayscale: #454545. Windows color (decimal): -11517132 or 3425104. OLE color: 3425104.
HSL color Cylindrical-coordinate representation of color #504334: hue angle of 32.14º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #504334 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 67 | 52 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.69 |
| HSL | 32.14º | 0.21% | 0.26% | - |
| HSV(B) | 32.14º | 0.35% | 0.31% | - |
| XYZ | 5.94 | 5.97 | 4.09 | - |
| YUV | 69.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 67 | 52 | 0 | 0.16 | 0.35 | 0.69 | 32.14 | 0.21 | 0.26 |
| Hex | 50 | 43 | 34 | 0 | 10 | 23 | 45 | 20 | 15 | 1A |
| Octal | 120 | 103 | 64 | 0 | 20 | 43 | 105 | 40 | 25 | 32 |
| Binary | 1010000 | 1000011 | 110100 | 0 | 10000 | 100011 | 1000101 | 100000 | 10101 | 11010 |
Color Harmonies of #504334
Complementary color
Monochromatic Colors of #504334
Black with #504334
Text Example
Text Example
White with #504334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504334; }
p { color: rgb(80,67,52); }
H1.HeaderClassName
{
color: #504334;
}
.AnyTagClassName
{
color: #504334;
}
</style>
background-color css
<style>
a { background-color: #504334; }
a { background-color: rgb(80,67,52); }
div.DivClassName
{
background-color: #504334;
}
.BgClassName
{
background-color: #504334;
}
</style>
border-color css
<style>
span { border-color: #504334; }
span { border-color: rgb(80,67,52); }
td.TdClassName
{
border-color: #504334;
}
.TagClassName
{
border-color: #504334;
}
</style>