Shades of Bronze Olive #504521
Tints of Bronze Olive #504521
RGB
CMYK
RGB Variations
Color information
#504521 (or 0x504521) is known color: Bronze Olive. HEX triplet: 50, 45 and 21. RGB value is (80,69,33). Sum of RGB (Red+Green+Blue) = 80+69+33=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #504521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504521 is #AFBADE. Grayscale: #444444. Windows color (decimal): -11516639 or 2180432. OLE color: 2180432.
HSL color Cylindrical-coordinate representation of color #504521: hue angle of 45.96º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #504521 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 69 | 33 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.69 |
| HSL | 45.96º | 0.42% | 0.22% | - |
| HSV(B) | 45.96º | 0.59% | 0.31% | - |
| XYZ | 5.71 | 6.07 | 2.31 | - |
| YUV | 68.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 69 | 33 | 0 | 0.14 | 0.59 | 0.69 | 45.96 | 0.42 | 0.22 |
| Hex | 50 | 45 | 21 | 0 | E | 3B | 45 | 2E | 2A | 16 |
| Octal | 120 | 105 | 41 | 0 | 16 | 73 | 105 | 56 | 52 | 26 |
| Binary | 1010000 | 1000101 | 100001 | 0 | 1110 | 111011 | 1000101 | 101110 | 101010 | 10110 |
Color Harmonies of #504521
Complementary color
Monochromatic Colors of #504521
Black with #504521
Text Example
Text Example
White with #504521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504521; }
p { color: rgb(80,69,33); }
H1.HeaderClassName
{
color: #504521;
}
.AnyTagClassName
{
color: #504521;
}
</style>
background-color css
<style>
a { background-color: #504521; }
a { background-color: rgb(80,69,33); }
div.DivClassName
{
background-color: #504521;
}
.BgClassName
{
background-color: #504521;
}
</style>
border-color css
<style>
span { border-color: #504521; }
span { border-color: rgb(80,69,33); }
td.TdClassName
{
border-color: #504521;
}
.TagClassName
{
border-color: #504521;
}
</style>