Shades of Deep Bronze #504432
Tints of Deep Bronze #504432
RGB
CMYK
RGB Variations
Color information
#504432 (or 0x504432) is known color: Deep Bronze. HEX triplet: 50, 44 and 32. RGB value is (80,68,50). Sum of RGB (Red+Green+Blue) = 80+68+50=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 80 - color contains mainly: red. Hex color #504432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504432 is #AFBBCD. Grayscale: #454545. Windows color (decimal): -11516878 or 3294288. OLE color: 3294288.
HSL color Cylindrical-coordinate representation of color #504432: hue angle of 36º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #504432 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 68 | 50 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.69 |
| HSL | 36º | 0.23% | 0.25% | - |
| HSV(B) | 36º | 0.38% | 0.31% | - |
| XYZ | 5.95 | 6.07 | 3.88 | - |
| YUV | 69.54 | 116.98 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 68 | 50 | 0 | 0.15 | 0.37 | 0.69 | 36 | 0.23 | 0.25 |
| Hex | 50 | 44 | 32 | 0 | F | 25 | 45 | 24 | 17 | 19 |
| Octal | 120 | 104 | 62 | 0 | 17 | 45 | 105 | 44 | 27 | 31 |
| Binary | 1010000 | 1000100 | 110010 | 0 | 1111 | 100101 | 1000101 | 100100 | 10111 | 11001 |
Color Harmonies of #504432
Complementary color
Monochromatic Colors of #504432
Black with #504432
Text Example
Text Example
White with #504432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504432; }
p { color: rgb(80,68,50); }
H1.HeaderClassName
{
color: #504432;
}
.AnyTagClassName
{
color: #504432;
}
</style>
background-color css
<style>
a { background-color: #504432; }
a { background-color: rgb(80,68,50); }
div.DivClassName
{
background-color: #504432;
}
.BgClassName
{
background-color: #504432;
}
</style>
border-color css
<style>
span { border-color: #504432; }
span { border-color: rgb(80,68,50); }
td.TdClassName
{
border-color: #504432;
}
.TagClassName
{
border-color: #504432;
}
</style>