Shades of Bronze Olive #504523
Tints of Bronze Olive #504523
RGB
CMYK
RGB Variations
Color information
#504523 (or 0x504523) is known color: Bronze Olive. HEX triplet: 50, 45 and 23. RGB value is (80,69,35). Sum of RGB (Red+Green+Blue) = 80+69+35=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 35 (14.06% from 255 or 19.02% from 184); Max value from RGB is 80 - color contains mainly: red. Hex color #504523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504523 is #AFBADC. Grayscale: #444444. Windows color (decimal): -11516637 or 2311504. OLE color: 2311504.
HSL color Cylindrical-coordinate representation of color #504523: hue angle of 45.33º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #504523 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 69 | 35 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.69 |
| HSL | 45.33º | 0.39% | 0.23% | - |
| HSV(B) | 45.33º | 0.56% | 0.31% | - |
| XYZ | 5.74 | 6.08 | 2.46 | - |
| YUV | 68.41 | 109.14 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 69 | 35 | 0 | 0.14 | 0.56 | 0.69 | 45.33 | 0.39 | 0.23 |
| Hex | 50 | 45 | 23 | 0 | E | 38 | 45 | 2D | 27 | 17 |
| Octal | 120 | 105 | 43 | 0 | 16 | 70 | 105 | 55 | 47 | 27 |
| Binary | 1010000 | 1000101 | 100011 | 0 | 1110 | 111000 | 1000101 | 101101 | 100111 | 10111 |
Color Harmonies of #504523
Complementary color
Monochromatic Colors of #504523
Black with #504523
Text Example
Text Example
White with #504523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504523; }
p { color: rgb(80,69,35); }
H1.HeaderClassName
{
color: #504523;
}
.AnyTagClassName
{
color: #504523;
}
</style>
background-color css
<style>
a { background-color: #504523; }
a { background-color: rgb(80,69,35); }
div.DivClassName
{
background-color: #504523;
}
.BgClassName
{
background-color: #504523;
}
</style>
border-color css
<style>
span { border-color: #504523; }
span { border-color: rgb(80,69,35); }
td.TdClassName
{
border-color: #504523;
}
.TagClassName
{
border-color: #504523;
}
</style>